A simple test with ScoreBoard
See the project here: QUIZ TEST
- ReactJS - v.13.13.1
- React Router Dom - v.5.2.0
- Immer - v.7.0.9
- Firebase - v.7.21.1
- Axios - v.0.20.0
- Redux - v.4.0.5
- React-Modal - v.3.11.2
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/felipealvescosta/quiztest
-
Open the .env.example file, update to .env and paste the firebase credentials. Save, and proceed to the next step.
-
Install packages
yarn install
- Run Project
yarn start
- Run Tests
yarn jest
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some YourFeature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request