Skip to content

ankouri/auth_ui_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth UI using react

React UI with login , registration, forget password, activation account features, using NodeJS API Node JS API implemented : https://github.com/ankouri/Nodejs-auth-api

Technologies Used

  1. Reactjs
  2. Material ui
  3. styled components

Installation

Clone the latest Repository

git clone https://github.com/ankouri/auth_ui_react.git

Into the project directory

cd client folder

Installing NPM dependencies

npm install

The Server should now be running at http://localhost:3000/

npm start