Skip to content

Samyak-Waghmare/react-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚛️ React Counter

A simple and beginner-friendly React counter application built with Vite.
This project demonstrates core React concepts such as state management using useState and event handling.


🚀 Live Demo

🔗 Deployed on Vercel
https://react-counter-ui.vercel.app/


📄 Description

This project is a basic React application that displays a counter with increment and decrement functionality.
It uses React’s useState hook to manage state and update the UI dynamically based on user interaction.

This project is ideal for beginners learning React fundamentals.


✨ Features

  • ➕ Increase counter value (up to a limit)
  • ➖ Decrease counter value (down to zero)
  • 🔁 Real-time UI updates using React state
  • ⚛️ Built with React functional components
  • ⚡ Fast development with Vite

🛠️ Tech Stack

  • React – UI library
  • Vite – Development server & bundler
  • JavaScript (ES6+) – Logic
  • CSS – Styling
  • Vercel – Deployment

📂 Project Structure

react-counter/
├── public/
├── src/
│   ├── App.jsx
│   ├── main.jsx
│   └── index.css
├── .gitignore
├── index.html
├── package.json
├── vite.config.js
└── README.md

About

A simple React counter application built with Vite to demonstrate useState and event handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors