/react-login

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

Primary LanguageJavaScript

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