This repository contains a fully functional Monopoly game, built with HTML, CSS, and JavaScript. The game persists player data using Local Storage.
This project was my final work for the JavaScript course of Coderhouse.
To see a live version of this project, visit this link.
- HTML
- CSS
- JavaScript
- jQuery
- AJAX
- Clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/vlaurencena/monopoly.git
- Navigate to the project folder by using the command:
cd monopoly
- Open the
index.html
file in your preferred browser. You can do this by double-clicking the file or running the following command:
open index.html # For macOS
start index.html # For Windows
xdg-open index.html # For Linux
For fetching superhero names, I used Marvel's API.