Skip to content

Ingridtsp/CodingProject3

Repository files navigation

Next.js Button Counter

A simple and reusable Button Counter built with React and Next.js (App Router). This project demonstrates component-based design, React state management, and accessibility best practices using aria-live and semantic HTML elements.

Project Overview

This app renders two Counter components:

One with default settings (initialCount = 0, initialStep = 1) One with custom props (initialCount = 5, initialStep = 2) Each counter includes:

Buttons to increment, decrement, and reset the count. A numeric step input that allows the user to change how much to add/subtract per click. How to Run Locally

Follow these steps to run the project on your computer:

1. Install dependencies

npm install

2. Start the development server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published