TOP Blog Admin consumes data from Blog API. Authenticated users can create, edit, publish, and delete blog posts. Also, they can delete individual comments or all comments (only when the blog post is deleted). The project guidelines are listed in The Odin Project Node.js curriculum.
In your terminal, clone this repository. Then, type the following:
cd blog-admin
npm install
npm start
- HTML, CSS, JavaScript
- React
- styled-components