Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sudipstha08/quiz-app

Quiz app built using next.js :book:
https://github.com/sudipstha08/quiz-app

axios eslint nextjs prettierrc react react-query styled-components yarn

Last synced: about 2 months ago
JSON representation

Quiz app built using next.js :book:

Awesome Lists containing this project

README

        

## Quiz App built using Next.js :sparkles:

## Basic commands :wrench:

| commands | description |
|----------------|----------------------------|
| `yarn dev` | run the development server |
| `yarn install` | install dependencies |
| `yarn lint` | run linter |
| `yarn remove` | remove a package |
| `yarn build` | build application |

## Tech Stacks :package:

| tech | description |
|---------------------|------------------------------|
| `next` | server side rendering |
| `axios` | promise based HTTP client |
| `react-query` | data fetching library |
| `eslint/prettier` | linting |
| `styled-components` | css to style your components |

API docs
:books:

```
https://opentdb.com/api_config.php
```