mghamsar / react-login

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.

Home Page:https://medium.com/@zafarsaleem/login-using-react-redux-redux-saga-86b26c8180e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

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.

https://medium.com/@zafarsaleem/login-using-react-redux-redux-saga-86b26c8180e

License:Other


Languages

Language:JavaScript 86.6%Language:HTML 8.7%Language:CSS 4.7%