/Heroes-Quiz-API

A simple quiz game using the SuperHero API built with React

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Instructions

1 - Clone or Download this repository to your local machine, either by clicking download .zip file or open the command prompt (CMD) to clone directly to any folder you want:

git clone https://github.com/gguelber/Heroes-Quiz-API.git

2 - Using the Command Prompt, go to the folder where you downloaded/cloned this repository and install all necessary dependencies using the following command:

npm install

*Make sure you have Node.js and Npm installed, otherwise the commands will not work!

3 - After installing all dependencies, you are ready to play. Enter the following command to open the server in your browser:

npm start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

Enjoy!