You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Clement G 3e489e8d2b
refactor(routes): comment test of CreateElection view with title parameter (the component (AND the test) need to be fixed)
4 years ago
.circleci Remove cache and artifacts from circleci 4 years ago
config update dep 5 years ago
public Connection to MV API (#1) 5 years ago
scripts update dep 5 years ago
src refactor(routes): comment test of CreateElection view with title parameter (the component (AND the test) need to be fixed) 4 years ago
.gitignore Connection to MV API (#1) 5 years ago
README.md Update README.md 4 years ago
package.json style(format code): add prettier 4 years ago
yarn.lock style(format code): add prettier 4 years ago

README.md

Voting application in React

A demo is available at our website.

Installation

yarn install

Starting

In dev:

yarn start

For production, see our CI/CD configuration.

Testing

yarn test