sarahholder / og-emoji

0 stars 0 forks source link

New Entry View #9

Open sarahholder opened 4 years ago

sarahholder commented 4 years ago

User Story

As a user when I click to select on an emoji on the Home page it will direct me to the New Entry Page. The Navbar will be visible with the brand in the middle, a home button on the left and a logout button to the right of the navbar. The new entry page should show the selected emoji and next to that it should have a text entry field where comments can be added to the days journal entry. Below that it will be a submit button for submitting the journal entry with comments.

AC

WHEN I click/select an emoji THEN the Single Entry Page will show AND it should show the Navbar at the top with the Brand Logo in the middle, a home button on the left and a logout button on the right. AND it should show the currently selected emoji. AND it should have a text field for adding comments. AND it should have a save button to save journal entry.

Dev Notes

In the components folder create a newEntryView folder that will have a newEntryView.js file and newEntryView.scss file. Create a div that includes:

sarahholder commented 4 years ago

Screen Shot 2020-06-15 at 8 24 46 PM