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.git
Now cd into cloned repo, and install all dependencies
npm install
Start the server
npm start
Head over to localhost:3000, to use the application