code4cake / react-cookie-clicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pikachu Clicker

Let's see how many pikachus you can get. After all you need to catch them all 😉.

This is heavily inspired in the Cookie Clicker game.

pikachu-clicker

See it Live

Click here to see the live version

Technologies Used

Check the pkg.json for a complete list. But the most notable ones are:

  • react frontend library
  • typescript static type checking
  • zustand minimal state management
  • tailwind css framework

Develop

  1. git clone project
  2. yarn install # or npm run install to install dependencies
  3. yarn run start # or npm run start to start developing

Other scripts worth mentioning

  • yarn run lint # or npm run lint lints the project with eslint
  • yarn run format # or npm run format formats the code with prettier
  • yarn run test # or npm run test runs the test with @testing-library/react && jest

© 2023

About


Languages

Language:TypeScript 39.8%Language:HTML 31.5%Language:JavaScript 25.1%Language:CSS 3.6%