Skip to content

Latest commit

 

History

History

README.md

Assignment #1 - Counter Application

Create a simple counter application that increments and decrements a number when buttons are clicked. The counter value should persist in local storage, so that when the page is refreshed, the counter value remains the same.

How to run Project

1. Install Dependencies

Write the following command to install dependencies

npm install

2. Run the Project

Write the following command to run your project

npm run dev