/REACT-blogPractice

A simple react app where you can create blogs, delete them and move around /between the components using react-router

Primary LanguageJavaScript

Before you start the react app, create a local json server using the database folder by running the command below.

npx json-server --watch database/db.json --port 8000.

after then , you can start the app, and the the blog posts stored in the database folder will be fetched and rendered to your UI.