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
- Host: GitHub
- URL: https://github.com/rosines-almeida/aluraquiz-react
- Owner: Rosines-Almeida
- Created: 2021-01-27T01:21:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T15:15:23.000Z (about 3 years ago)
- Last Synced: 2025-01-22T07:33:50.499Z (3 months ago)
- Topics: alura, alura-quiz, imersao-react, javascript, nextjs, react
- Language: JavaScript
- Homepage: https://alura-quiz-react.rosines-almeida.vercel.app/
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
## 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
```