https://github.com/cassiofb-dev/one-piece-quiz
Imersão React Next.js da Alura
https://github.com/cassiofb-dev/one-piece-quiz
alura aluraquiz imersao-react
Last synced: 11 months ago
JSON representation
Imersão React Next.js da Alura
- Host: GitHub
- URL: https://github.com/cassiofb-dev/one-piece-quiz
- Owner: cassiofb-dev
- Created: 2021-01-26T02:14:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T22:27:07.000Z (over 5 years ago)
- Last Synced: 2025-07-14T15:44:52.170Z (11 months ago)
- Topics: alura, aluraquiz, imersao-react
- Language: JavaScript
- Homepage: one-piece-quiz.cassiofb-dev.vercel.app
- Size: 4.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imersão Alura
## Sobre
Um evento onde programadores de todo Brasil se reúnem para melhorar ainda mais suas habilidades e conhecimentos em programação, nesse evento o foco será o [Next.js](https://nextjs.org/).
## Requisitos
1. [Conhecimento básico de HTML, CSS e JS](https://www.alura.com.br/formacao-html-e-css)
2. [Configuração do ambiente](https://www.youtube.com/playlist?list=PLWWWueTSmaQ6tkqUusoYVvdjANp7Qekkx)
## Criando projeto
```sh
npx create-next-app --example with-styled-components
```
## Estrutura de aquivos
```
📦src
┣ 📂components
┃ ┣ 📂AlternativesForm
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂Button
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂Footer
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂GitHubCorner
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂Input
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂LoadingWidget
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂QuestionWidget
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂QuizBackground
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂QuizContainer
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂QuizLogo
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂ResultWidget
┃ ┃ ┗ 📜index.jsx
┃ ┣ 📂SEO
┃ ┃ ┗ 📜index.jsx
┃ ┗ 📂Widget
┃ ┃ ┗ 📜index.jsx
┣ 📂pages
┃ ┣ 📂api
┃ ┃ ┗ 📜db.js
┃ ┣ 📜index.jsx
┃ ┣ 📜quiz.jsx
┃ ┣ 📜_app.jsx
┃ ┗ 📜_document.jsx
┗ 📜db.json
```
## Créditos
- [GIFs](https://tenor.com/)
- [Música de Fundo](https://www.youtube.com/watch?v=3wd3j9-piek)