This is a timer app project made by me using React, JavaScript, HTML, and CSS. The website allows users to set timers for different purposes such as exercise, work, and relaxation.
Timer Creation: Users can create timers with customizable durations and labels. Multiple Timers: Users can create and run multiple timers simultaneously. Alerts: The app provides audio and visual alerts when the timer completes. Responsive Design: The website is designed to be responsive and mobile-friendly, ensuring a seamless user experience across all devices.
You can access the app online at [https://trymer.netlify.app/]
To run the app locally:
- Clone this repository to your local machine.
- Navigate to the project directory and install the required dependencies with the command:
npm install - Run the project with the command:
npm start - Open your browser and navigate to
http://localhost:3000to view the website.