Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusalfonso/pilot-quiz
https://github.com/gusalfonso/pilot-quiz
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gusalfonso/pilot-quiz
- Owner: gusalfonso
- Created: 2024-07-12T15:17:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T23:56:19.000Z (5 months ago)
- Last Synced: 2024-08-14T01:32:27.970Z (5 months ago)
- Language: TypeScript
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Application for ANAC Pilot Exam
This application is designed to help users prepare for the ANAC (Administración Nacional de Aviación Civil) pilot exam by offering a comprehensive quiz experience. The app provides a range of questions that mirror the content and difficulty of the actual exam, allowing users to practice and assess their knowledge in a simulated environment.
![PilotQuiz](src/assets/pilotquiz.png)
## Features
- **Interactive Quiz:** Users can answer multiple-choice questions and receive instant feedback on their performance.
- **Randomized Questions:** Questions are presented in a randomized order to ensure a varied practice experience.
- **Confetti Animation:** A fun confetti animation appears when the user selects the correct answer, adding a celebratory touch to correct responses.
- **Navigation Controls:** Easily move between questions with navigation buttons to go forward or backward.## Technologies Used
- **React:** The core library for building the user interface and managing component state.
- **TypeScript:** Provides static typing and helps ensure code quality and maintainability.
- **Zustand:** A state management library used to handle the application's state efficiently.
- **LibSQL:** Used for database operations and data storage.