rule-of-thumb
Rule of Thumb is an app where you can vote with thumb up or thumb down to your favorite celebrities
yarn install
- This will install all the dependencies needed to run the project.yarn start
— This will spawn a development server with a default port of1234
.yarn run build
— This will output a production build in thedist
directory.
The Ruling component built for this test work with the Firestore of firebase, that means that the component is updated in real time, you can vote up or vote down to all the celebrities in the list and vote many as you want.
Run tests
You can use yarn run test
to run the tests suites