/cupcake-clicker

A Full Stack PERN clone of cookie clicker!

Primary LanguageJavaScriptMIT LicenseMIT

Cupcake Clicker

Deployed on Heroku

A full-stack remake of the internet classic, cookie clicker. Try to bake as many cupcakes as possible! Click to bake cupcakes and when you have enough, buy upgrades to increase your effectiveness and efficiency!

Cupcake clicker will save your progress locally on your browser temporarily. But, if you'd like to save progress across visits, you can create an account which will store your stats for next time.

Getting Started

If you'd like to add your own flare to cupcake clicker, please fork this repo and follow the steps below:

  1. Clone repo locally 'git clone ...'
  2. Install needed dependencies 'npm i'
  3. In terminal, start a development instance with 'npm start'

To start a development server and database, follow the directions in the back-end repository.