In this project, we created a micro-blog using React from the ground up. The json-server is deployed separately on Vercel and is used to provide a quick pseudo backend.
Areas covered;
- react setup using create-react-app
- JSX templates
- components
- events
- state
- use of hooks
- React Router
- asynchronous code in components
This will run the app at http://localhost:3000
Open up a separate terminal ...
This will run the json-server that will give you access to the data at db.json. This will populate the app with blogs and allow you to add/delete a blog ..
This project was bootstrapped with Create React App.