An open API service indexing awesome lists of open source software.

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

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 |