An open API service indexing awesome lists of open source software.

https://github.com/mosalem149/modern-counter-app_debi-task

Modern Counter App is a web application that allows users to increment, decrement, reset, and save counter values. It features a modern, responsive design.
https://github.com/mosalem149/modern-counter-app_debi-task

counter-application css3 front-end html5 js local-storage responsive-design web-development

Last synced: 5 months ago
JSON representation

Modern Counter App is a web application that allows users to increment, decrement, reset, and save counter values. It features a modern, responsive design.

Awesome Lists containing this project

README

          

# Modern Counter App

Modern Counter App is a web application that allows users to increment, decrement, reset, and save counter values. It features a modern, responsive design.

## Screenshots

![Modern Counter App](screens/Counter_App_Image.png)

## Features

- Increment and decrement the counter
- Reset the counter to zero
- Save the current count with a user name and optional description
- View saved data
- Clear all saved data

## Topics

- Web Development
- Front-end
- Counter Application
- Local Storage
- HTML
- CSS
- JavaScript
- Responsive Design

## Technologies Used

- HTML
- CSS
- JavaScript

## Getting Started

1. Clone the repository:
```bash
git clone https://github.com/MoSalem149/modern-counter-app_DEBI-Task.git
```

2. Navigate to the project directory:
```bash
cd modern-counter-app
```

3. Open the `index.html` file in your web browser:
```bash
open index.html
```

## Contributing

Contributions are welcome! Please fork the repository and submit a pull request.