/master-heroes

A simple superheroes quiz game

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Master Heroes

About the project:

Master Heroes is a free quiz game about superhero universe, cartoons and more. Test your knowledge, answer correctly in the shortest time, earn points and compete with creatures from all over the multiverse !!!

How to play?

You can access it directly from your browser at this link, hosted by Heroku.

You will come across a login screen, but don't be scared! It is only for choosing a nice username (as long as it is not registered in the database).

After entering, you will have to hit who is the character displayed on the card and if you hit, you accumulate 20 points. After the cards are gone (currently 20), you will be redirected to a leaderboard where you can compare yourself with all other players.

Have a lot of fun! :)

Installation Guide (for devs and enthusiasts)

To run locally and code by your way:

Clone project

git clone https://github.com/ruandsx/master-heroes.git

cd master-heroes

Install dependencies

npm install

or

yarn install

Run and test

npm start

or

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it and play in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.
Have fun with the project and feel free to make new features! :)

Learn More

To learn about React, check out the React documentation.

SuperHeroesAPI, used to get all SuperHeroes and Villains data.