abhiklodh / react-login

A React.js web app that implements a user system using the local storage as database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-login

A React.js web app that implements a user system using the local storage as database.

Deploy

Installation

npm install

Run

npm start

Your default browser will automatically open the URL to the site once it has been run succesfully.

Screenshots

Login Page

login 1

login 2

login 3

Registration Page

reg 1

reg 2

reg 3

User Page

user

Local Storage being used as a DB

storage

About

A React.js web app that implements a user system using the local storage as database.


Languages

Language:JavaScript 86.1%Language:HTML 13.9%