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

https://github.com/rosines-almeida/aluraquiz-react

Projeto desenvolvido durante a imersão React Alura
https://github.com/rosines-almeida/aluraquiz-react

alura alura-quiz imersao-react javascript nextjs react

Last synced: about 2 months ago
JSON representation

Projeto desenvolvido durante a imersão React Alura

Awesome Lists containing this project

README

        

# AluraQuiz

Teste seus conhecimentos com o quiz de raciocínio numérico, verbal e espacial.

Desenvolvido em React, durante a imersão da Alura


https://alura-quiz-react-rosines-almeida.vercel.app/

## Aparência


img-1

## Recursos utilizados

* **Visual Studio Code**
* **React**
* **Vercel**

## Executando localmente o projeto

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```