This project was given by Okhati. It's simple site containing login form and register form where user can register their account by providing email and password. It also checks for validation (Email format and Password Format). All the registered users and login status are saved in localstorage. Only registered users can login and visit home page. Unauthorized users can't visit home page.
- Make sure you have
node > 14andyarn-v1.22.5 - Clone the repository
$ git clone git@github.com:danny237/okhati-login-page.git
$ cd okhati-login-page
- Install dependencies
$ yarn
- Run
$ yarn start