Now-Loading / ChainLetter

a small story writing app
0 stars 2 forks source link

Create a story link submission modal #16

Closed heykc closed 3 years ago

heykc commented 3 years ago

Description

Create a modal that appears when the plus button in the nav is clicked. This modal should have all the features listed on the frontend acceptance criteria for issue #1. Submit button will run the api call to add the story.

Linked Issues

Subtask of issue #1

Acceptance Criteria

listed in the Front end section of issue #1.

Notes

A modal component exists already in src/components/organisms. You can utilize this component to build around the add story link component.