Skip to content

Voting dApp client using ReactJS for semester one year 4 project

Notifications You must be signed in to change notification settings

chetra-seng/voting-dapp-client

Repository files navigation

Voting dApp Client

School project using ReactJS and will be used to interact with dApp.

Getting Started

  1. Install yarn on your pc by going to this link
  2. Clone the project
git clone https://github.com/chetra-seng/voting-dapp-client.git
  1. Install required dependencies for the project
yarn install
  1. Start the project
yarn start

A react application will start at localhost:3000 assuming you have no other applications running on this port.

Collaborating with our team

  1. Clone the project
git clone https://github.com/chetra-seng/voting-dapp-client.git
  1. Create a new branch with your name
git checkout -b your_name
  1. Add your code
git add [your_files]
  1. Commit your changes
git commit -m "Message about the changes your made"
  1. Push your branch to remote repository
git push -u origin your_name
  1. Create a pull request
    Go to GitHub and create pull request on our repository.

About

Voting dApp client using ReactJS for semester one year 4 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published