Diprella Login Clone

This is a Diprella Login Clone developed using ReactJS and Chakra-UI.

Screenshot 2022-03-12 155430

Screenshot 2022-03-12 155445

Features

  • Responsive design
  • Client Side Form Validation

Run it Locally

  1. Fork this repo.
  2. Clone the repo.
  3. Install dependencies.
    yarn
    
  4. Start the React app using command:-
    yarn start
    

Deploy to Github Pages

  1. Update the homepage field in package.json
    "homepage": "http://{username}.github.io/{repo-name}"
    
  2. Deploy the react app
    yarn run deploy
    

In case of any issues, you can see here.