This is a Java desktop reminder application that helps you stay organized and manage your tasks effectively.
- Easy-to-use interface
- Set reminders for important tasks
- Receive notifications for upcoming reminders
- edit reminders
- Mark reminders as completed
- delete reminders
-
Clone the repository:
git clone https://github.com/bisratberhanu/reminder-application.git
-
Open the project in your favorite Java IDE.
-
Navigate to the
src
folder to access the source code.
Contributions are highly appreciated! If you'd like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature
-
Make your changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
Open a pull request to the original repository.
This project is licensed under the MIT License.