School project using ReactJS and will be used to interact with dApp.
- Install yarn on your pc by going to this link
- Clone the project
git clone https://github.com/chetra-seng/voting-dapp-client.git
- Install required dependencies for the project
yarn install
- Start the project
yarn start
A react application will start at localhost:3000 assuming you have no other applications running on this port.
- Clone the project
git clone https://github.com/chetra-seng/voting-dapp-client.git
- Create a new branch with your name
git checkout -b your_name
- Add your code
git add [your_files]
- Commit your changes
git commit -m "Message about the changes your made"
- Push your branch to remote repository
git push -u origin your_name
- Create a pull request
Go to GitHub and create pull request on our repository.