This is a Diprella Login Clone developed using ReactJS and Chakra-UI.
- Responsive design
- Client Side Form Validation
- Fork this repo.
- Clone the repo.
- Install dependencies.
yarn
- Start the React app using command:-
yarn start
- Update the homepage field in package.json
"homepage": "http://{username}.github.io/{repo-name}"
- Deploy the react app
yarn run deploy
In case of any issues, you can see here.