react-login icon indicating copy to clipboard operation
react-login copied to clipboard

A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.

User Authentication using react

Tweet

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

  1. Clone this repository
  2. Run npm install or yarn install inside its root folder.
  3. run npm start
  4. 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