https://github.com/suptarr/choredoor
Using my knowledge of JavaScript and the DOM to complete Chore Door, a single-page interactive game built with JavaScript.
https://github.com/suptarr/choredoor
css html javascript
Last synced: about 1 year ago
JSON representation
Using my knowledge of JavaScript and the DOM to complete Chore Door, a single-page interactive game built with JavaScript.
- Host: GitHub
- URL: https://github.com/suptarr/choredoor
- Owner: SupTarr
- Created: 2022-06-30T14:37:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T10:08:59.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T10:12:53.124Z (about 1 year ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://suptarr.github.io/ChoreDoor/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChoreDoor
## About The Project
This project is part of `Building Interactive JavaScript Websites` on `Codecademy`. and will I use my knowledge of `JavaScript` and the `DOM` to complete Chore Door, a single-page interactive game built with JavaScript.
## Technologies
This project was created with:
- HTML
- CSS
- JavaScript
## Installation
Clone the project
```sh
git clone https://github.com/SupTarr/ChoreDoor.git
```
You need to install [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
Open a HTML file and *right-click* on the editor and click on `Open with Live Server`.