|
| 1 | +# Alarm Clock Project |
| 2 | + |
| 3 | +This Alarm Clock project is a simple web application built using HTML, CSS, and JavaScript. It allows users to set alarms and get notified when the alarm time is reached. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +## Table of Contents |
| 8 | + |
| 9 | +- [Installation](#installation) |
| 10 | +- [Usage](#usage) |
| 11 | +- [Features](#features) |
| 12 | +- [Contributing](#contributing) |
| 13 | +- [License](#license) |
| 14 | + |
| 15 | +## Installation |
| 16 | + |
| 17 | +1. Clone the repository: |
| 18 | + |
| 19 | + ```bash |
| 20 | + git clone https://github.com/Abhilasha-Sagar/Front-End-Projects.git |
| 21 | + ``` |
| 22 | + |
| 23 | +2. Open the project folder: |
| 24 | + |
| 25 | + ```bash |
| 26 | + cd Projects |
| 27 | + cd Alarm clock |
| 28 | + ``` |
| 29 | + |
| 30 | +3. Open the `index.html` file in a web browser. |
| 31 | + |
| 32 | +## Usage |
| 33 | + |
| 34 | +1. Set the alarm time by selecting the desired hour, minute, and AM/PM from the dropdown menus. |
| 35 | +2. Click the "Set Alarm" button to activate the alarm. |
| 36 | +3. When the alarm time is reached, a digital alarm sound will play. |
| 37 | + |
| 38 | +## Features |
| 39 | + |
| 40 | +- Set custom alarm times with hour, minute, and AM/PM selection. |
| 41 | +- User-friendly interface with a clock display. |
| 42 | +- Sound notification when the alarm time is reached. |
| 43 | +- Ability to clear or reset the alarm. |
| 44 | + |
| 45 | +## Contributing |
| 46 | + |
| 47 | +Contributions to this project are welcome. To contribute, follow these steps: |
| 48 | + |
| 49 | +1. Fork the repository. |
| 50 | +2. Create a new branch: `git checkout -b feature/new-feature`. |
| 51 | +3. Make your changes and commit them: `git commit -m 'Add new feature'`. |
| 52 | +4. Push to the feature branch: `git push origin feature/new-feature`. |
| 53 | +5. Create a pull request detailing your changes. |
| 54 | + |
| 55 | +## License |
| 56 | + |
| 57 | +This project is licensed under the [MIT License](LICENSE). |
| 58 | + |
| 59 | +## Acknowledgments |
| 60 | + |
| 61 | +- Font Awesome - Used clock icon in the project. |
| 62 | +- SoundBible - Digital alarm sound used for the alarm. |
| 63 | +- CodingNepal |
0 commit comments