Skip to content

pgm-thabisadingani/whack-a-mole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

A take on 🚀whack-a-mole🚀 game.

Screenshots

 whack a hole

🧐 What's inside?

  • ⚡️ Redux Toolkit - A set of tools that helps simplify Redux development
  • ⚛️ React - A JavaScript library for building user interfaces
  • TypeScript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • 🎉 Sass - Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.

📏📏Pending (TODO)📏📏

  • Testing
  • LocalStorage
  • Register & login
  • Database
  • Sound Effects (fix it)

🦋 Deployment

🚀 Getting Started

Run the following command to create a new project with this Starter:

yarn create next-app my-app -e https://github.com/pgm-thabisadingani/whack-a-mole
# or
npx create-next-app my-app -e https://github.com/pgm-thabisadingani/whack-a-mole

Once the project and dependencies are finished installing, you can navigate to that directory and start up the development server with:

yarn dev
# or
npm run dev

Releases

No releases published

Packages

No packages published