Blog application made using React JS, deployed through Netlify
- CRUD blogs
- Login / Logout
- Auth using JWT
Also check out the source code and test API, of the custom django backend this app is built on
UI from net ninja's react blog
Clone the repo:
git clone https://github.com/namanshah01/react-blog.gitNow cd into cloned repo, and install all dependencies
npm installStart the server
npm startHead over to localhost:3000, to use the application