adeoluwatooni / REACT-blogPractice

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 68.5%Language:CSS 16.1%Language:HTML 15.5%