Functionalities | Requirements | Technology | Project | License
Project status: finish
- Show API question and answer
- Click on the answer and apply a different style
- Skip to next question
- Show the total number of correct and incorrect answer
Access: https://musing-hopper-40fb4d.netlify.app
Before you start, you need to have it installed on your computer:
- Git
- Node v14 ou superior
- NPM
# Clone this repository
$ git clone https://github.com/tarcisiodelmondes/quiz
# Access the project folder in the terminal/cmd
$ cd quiz
# Install the dependencies
$ npm install
# Start the application in development mode
$ npm run dev
# Run tests
$ npm run test
This project was developed with the following technologies:
- TypeScript
- React
- Next.js
Quiz is a question and answer app about sports in general.
This project is under license from MIT. See the archive LICENSE for more details.
Made with ❤️ by Tarcisio Delmondes