TypeScriptClicker bardzo prosta aplikacja żeby nauczyć się Typescript i React'a -- głównie: useState, useEffect, przekazywanie informacji między componentami. Zapisywanie danych w LocalStorage, itd.
prosta aplikacja (clicker), klikajac guzik zbierasz monety, za które kupujesz ulepszenia - Większa moc kliknięcia, Automatyczne zbieranie. Są też reedem code'y, które ułatwiają gre (dodają ci różne ulepszenia). Wszystkie dane (ilość monet, siła, kupione ulepszenia, itp.) są zapisywane w LocalStorage użytkownika.
Since this is a React + Vite project, you can follow these steps to install and run it locally:
-
Prerequisites: Make sure you have Node.js installed (which includes npm).
-
Clone the repository:
Installation & Running the Project Since this is a React + Vite project, you can follow these steps to install and run it locally: Prerequisites: Make sure you have Node.js installed (which includes npm).
git clone https://github.com/Marmo77/Idle_Clicker-React_TypeScript.git
cd TypeScriptClicker
npm install
npm run dev
Open your browser at the URL shown in the terminal (usually http://localhost:5173) to see the app in action.
