Skip to content

aayanaqdas/scrimba-tenzies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 7, 2025
03cc232 · · Aug 7, 2025

History

8 Commits
Aug 6, 2025
Aug 7, 2025
Aug 6, 2025
Aug 7, 2025
Aug 6, 2025
Aug 6, 2025
Aug 7, 2025
Aug 7, 2025
Aug 6, 2025

Repository files navigation

Scrimba Tenzies

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.

Features

  • Classic Tenzies gameplay
  • Built entirely with React
  • Demonstrates key React concepts like state management and component structure

Getting Started

  1. Clone the repository:
    git clone https://github.com/aayanaqdas/scrimba-tenzies.git
    
    cd scrimba-tenzies
    
    
  2. Install dependencies:
     Npm install
    
    
  3. Start dev server (with vite):
     Npm run dev
    
    
    
  4. Open your browser: Visit http://localhost:5173 to play the game.