https://github.com/tariqs26/neuro
Trivia app
https://github.com/tariqs26/neuro
reactjs redux-toolkit typescript vite
Last synced: about 1 month ago
JSON representation
Trivia app
- Host: GitHub
- URL: https://github.com/tariqs26/neuro
- Owner: tariqs26
- Created: 2022-09-10T00:15:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T11:19:59.000Z (5 months ago)
- Last Synced: 2025-02-16T16:58:38.708Z (4 months ago)
- Topics: reactjs, redux-toolkit, typescript, vite
- Language: TypeScript
- Homepage: https://neuro-trivia.netlify.app
- Size: 715 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neuro
Timed trivia app, with a highly customizable quiz experience. Select the number of questions, the category, and the difficulty level to get started. You can also choose between multiple-choice and true/false questions. The app will keep track of your score and time, and you can see your results at the end of the quiz.
Questions fetched from the [Open Trivia Database API](https://opentdb.com/).
## Technologies
| Technology | Description |
| ---------------------------------------------- | ---------------- |
| [React](https://reactjs.org/) | Frontend library |
| [Redux Toolkit](https://redux-toolkit.js.org/) | State management |
| [Vite](https://vitejs.dev/) | Build tool |
| [Biome](https://biomejs.dev/) | Linter |## Installation
To get started, clone the repository and install the dependencies:
```bash
npm i
```## Available Scripts
| Script | Description |
| ----------------- | -------------------------------------------------------------- |
| `npm run dev` | Launch the app in development mode at |
| `npm run lint` | Lint the project |
| `npm run build` | Build the app for production |
| `npm run preview` | Preview the production build |