Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 723 Bytes

React Blog

Blog application made using React JS, deployed through Netlify

Features

  • 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

Setup

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


Developed with ❤️ by Naman Shah