react-dojo-blog is a blog application coded in React. The database used is json-server. This application is used for normal blogging purposes and has the following features:-
- Create a blog post
- View a blog post
- Delete a blog post
The application is made for bloggers.
- clone the repo
- run
npm install
- run
npm start
to start the development server - run
npx json-server --watch --port 8000