Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/sudipstha08/quiz-app
- Owner: sudipstha08
- License: mit
- Created: 2021-05-26T07:47:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T17:29:52.000Z (over 3 years ago)
- Last Synced: 2023-03-11T01:27:34.778Z (almost 2 years ago)
- Topics: axios, eslint, nextjs, prettierrc, react, react-query, styled-components, yarn
- Language: TypeScript
- Homepage: https://opentdb.com/api_config.php
- Size: 235 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```