This is a Tenzies game built with React, inspired by everything I learned from Scrimba. Developing this game helped me gain hands-on experience with React concepts like state management, components, and hooks. It’s one of my first React projects and a milestone in my learning journey.
- Classic Tenzies gameplay
- Built entirely with React
- Demonstrates key React concepts like state management and component structure
- Clone the repository:
git clone https://github.com/aayanaqdas/scrimba-tenzies.git cd scrimba-tenzies - Install dependencies:
Npm install
- Start dev server (with vite):
Npm run dev
- Open your browser: Visit http://localhost:5173 to play the game.