ready to play

This commit is contained in:
2023-06-03 00:22:29 +02:00
parent fa20932e18
commit 4114ccb678
22 changed files with 29784 additions and 1 deletions
+35 -1
View File
@@ -1 +1,35 @@
# react-quiz-app
# React Shop
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
---
## Description
---
The React Quiz App does exactly what you would expect. Depending on the level, number, and category, you receive a list of questions from [Open Trivia Database](https://opentdb.com) to test yourself. The app is created with React and Typescript and the styles are made with styled-components.
## Installation
---
### Under the repository name, click on clone or download. In the terminal paste this command:
```git clone https://dadobos.github.io/react-quiz-app.git```
### Open the project in VSCode or move inside the folder with:
```cd react-quiz-app```
### Install the npm packages:
```npm install```
### Run the application with:
```npm start```
### In the browser open the "3000" port:
```http://localhost:3000/```