Welcome to my Simple Counter App — a starter project for diving into the world of ReactJS, TypeScript, and Vite! This project is my first step in learning modern front-end development tools while keeping things fun and practical.
✨ A simple yet functional counter with increment, decrement, and reset features.
✨ Built to explore and understand React hooks, state management, and TypeScript integration.
✨ Perfect for experimenting with Vite's speedy development workflow.
-
Clone the project:
git clone https://github.com/potakaaa/simple-counter-react.git cd simple-counter-react -
Install dependencies:
npm install
-
Run locally:
npm run dev
-
Build for production:
npm run build
-
Check it out live: GitHub Pages 🌐
This project serves as a learning playground for me to understand:
- React's component-based architecture.
- TypeScript for strongly typed JavaScript development.
- Vite for efficient app bundling and lightning-fast builds.
Feel free to fork, learn, and adapt! This project is shared under the MIT License.
Let’s count and code! 🧮✨