Now-Loading / ChainLetter

a small story writing app
0 stars 2 forks source link

Add Story Modal #18

Closed heykc closed 3 years ago

heykc commented 3 years ago

Linked Issues

Resolves #16 - Create a story link submission modal

Solution

I've created an AddStory component that will render when clicking on the plus sign (+) button in the Nav when logged in. The modal allows you to type in a story and a title and submit. Story and title fields will remain persistent in your LocalStorage until you delete the text or submit your story.

Reproduction Steps

This branch should meet all the requirements for the Front End portion of #1.

Follow-up PRs