Setup:
- Download the zip file
- Uncompress file and go inside folder
- Run
- npm install
- npm start
This will start the app in your browser.
Note:
- Used mock data (users.json) to authenticate user based on entered username and password.
- Entered username and password is compared to users in users.json and accordingly shown success/error.
This project was bootstrapped with Create React App.







