User Authentication using react
Note: This is a sample project for my blog on medium which can be found here
Before getting started
Before using this project please make sure you get the server side running which can be found here
Get Started
- Clone this repository
- Run npm install inside its root folder.
- run npm start
- Go to http://localhost:3000 in your browser to see it in action.
Real World Project
I implemented real world project using this architecture which could be found here