Skip to content

Files

Latest commit

Jun 13, 2025
4329478 · Jun 13, 2025

History

History

01-counter-app

README.md

01 - Counter App

A simple React counter app built with functional components and the useState hook.

🚀 Features

  • Increment the count
  • Decrement the count
  • Reset the count to 0

🧠 Tech Stack

  • React
  • JavaScript
  • React Hooks (useState)

▶️ How to Run

npm install
npm start

🔗 Live Demo: https://counter-app-ecru-xi.vercel.app/


This app is part of my React Projects Portfolio.