Skip to content

Day 3: useState Counter App - Learning React Hooks Basic counter demonstrating useState hook with increment, decrement and reset functionality.

Notifications You must be signed in to change notification settings

banumariwan/04_CounterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project 4: useState Counter App 🎯

πŸš€ Project Overview

A simple yet powerful counter application built with React to demonstrate the useState hook. Features increment, decrement, and reset functionality.

✨ Features

  • Increment/Decrement buttons to change count
  • Reset functionality to return to zero
  • Clean, responsive design
  • React useState Hook demonstration

πŸ› οΈ Technologies Used

  • React
  • JavaScript (ES6+)
  • useState Hook
  • CSS-in-JS Styling

🎯 Learning Objectives

  • Understanding React useState hook
  • Managing component state in functional components
  • Event handling in React
  • State updates and re-renders

πŸš€ Quick Start

# Clone this repository
git clone https://github.com/banumariwan/Day3-useState-Counter-App.git

# Navigate to project directory
cd Day3-useState-Counter-App

# Install dependencies
npm install

# Start development server
npm start

About

Day 3: useState Counter App - Learning React Hooks Basic counter demonstrating useState hook with increment, decrement and reset functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published