git clone https://github.com/gSchool/g73-fs-blog.git
cd g73-fs-blog
yarn # or npm install
yarn start # or npm start
Your senior dev just told you that you are in control of build a community blogging platform that anyone can add to, but no one can edit or remove posts from.
As a user, when I arrive at the home page:
- I see a navigation bar on the top
- I see an "Add Post" button that, when clicked, displays a form containing the following fields:
- Title
- Body
- Author
- Below the "Add Post button", I see list of post titles and only 30 characters of the body
- As a user, when I submit the add post form, the post is added to the bottom of the list
- As a user, after I submit the add post form, the form fields disappear