Crypto clicker is an idle game/clicker where you click a Bitcoin, and use the Bitcoins you get from that to purchase and upgrade more systems to earn you more Bitcoin. The site is built using React, and a live version of the site (built from the latest commit) can be found at https://dudebehinddude.github.io/Crypto-Clicker/ (case sensitive).
To run Crypto Clicker locally, follow these steps:
Clone the repository:
git clone https://github.com/dudebehinddude/crypto-clicker.git
cd crypto-clicker
Install dependencies:
yarn install
Start the development server:
yarn start
The server should be accessible at localhost:3000/Crypto-Clicker (setup this way for GitHub Pages - case sensitive!)
Or alternatively, build the project:
yarn build
This project was initially made for the 2023/24 Create PT Task, and commit e5c4c4b was what I actually submitted.