Live preview 🚀 - https://the-traveling-blog.netlify.app/
This is an interactive blog-website, with reusable components, that allow us to manually add a new blog section, read it and delete it aswell.
NOTE*: Since we're using a static DB, the possibility of using a POST method is limited; therefore, to test that functionality, it is recommended to clone the project locally and use as the fetch and post address the localhost in which the json-server is open.
Clone this repository to your local machine; Navigate to the cloned directory using either your machine's Terminal or the one's of your VSCode; Run in the terminal npm build and then npm start;
Enjoy.