Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrudadev/aluraquiz-god-of-war
Project built during Alura's React Immersion NextJS edition!
https://github.com/arrudadev/aluraquiz-god-of-war
alura aluraquiz nextjs vercel
Last synced: about 1 month ago
JSON representation
Project built during Alura's React Immersion NextJS edition!
- Host: GitHub
- URL: https://github.com/arrudadev/aluraquiz-god-of-war
- Owner: arrudadev
- License: mit
- Created: 2021-01-28T22:24:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T01:19:32.000Z (about 4 years ago)
- Last Synced: 2024-11-14T15:30:29.269Z (3 months ago)
- Topics: alura, aluraquiz, nextjs, vercel
- Language: TypeScript
- Homepage: https://aluraquiz-god-of-war.vercel.app/
- Size: 8.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
AluraQuiz - God of War
> AluraQuiz is an online quiz to test your knowledge of the God Of War saga.
Project built during Alura's React Immersion NextJS edition! [`Immersion Showcase`](https://aluraquiz-base.alura-challenges.vercel.app/contribuidores).
Alura Quiz God of War Deployed here.
![build](https://github.com/monteiro-alexandre/aluraquiz-god-of-war/workflows/build/badge.svg?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)# :pushpin: Table of Contents
* [Screenshots](#camera-screenshots)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :camera: Screenshots
![]()
# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/monteiro-alexandre/aluraquiz-god-of-war.git
```SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
```
git clone [email protected]:monteiro-alexandre/aluraquiz-god-of-war.git
```**Install dependencies**
```
yarn install
```Or
```
npm install
```# :runner: Getting Started
Run the following command to start the application in a development environment:
```yarn dev```
To view the project you can open [localhost:3000](http://localhost:3000).
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [AluraQuiz](https://github.com/monteiro-alexandre/aluraquiz-god-of-war/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/aluraquiz-god-of-war/blob/master/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/monteiro-alexandre/aluraquiz-god-of-war/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.