Preet-Sojitra / Tenzies

Simple game built while learning react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tenzies Game

Always wanted to try vite . So used it in this.

This basic game was built while following the Scrimba React Course.

I am planning to add more features to this game on my own.

Proposed features

  • Add best moves score and store it in local storage

  • Add timer

Setting project locally

  1. Fork repo and clone it using following command

    git clone https://github.com/<your username>/Tenzies.git

    replace <your username> with your github username

  2. Change the directory

    cd Tenzies
  3. Install dependencies

    npm install
  4. Start development server

    npm run dev

Then the development server will be started at http://127.0.0.1:5173/

About

Simple game built while learning react


Languages

Language:JavaScript 65.3%Language:CSS 27.1%Language:HTML 7.6%