A quiz app about Supernatural. Let's test your hunter level!
This project was developed with NextJS during the Alura immersion. In this project we built a quiz app using Styled-Components, Next.Js, and Vercel to deploy the application. I learned a lot of new content about Next and the same time I built a project with my favorite tv-series!
Step 1: clone this repository by typing
git clone git@github.com:Pedro-Murilo/supernatural-quiz.git
Step 2: type
cd supernatural-quiz
and typeyarn
, now wait install all dependencies
Step 3: type
yarn dev
and open in your browserhttp://localhost:3000/
Step 1:
fork
this repository
Step 2: Add a new branch with your new feature:
git checkout -b my-feature
Step 3: Commit your new features:
git commit -m "feat: my new feature"
Step 4: Push to your branch:
git push origin your-branch
Final: After merge your pull request, you can delete your branch
This project is under MIT license. See the LICENSE file for more details.
Made with π by me and Alura π!