https://github.com/parthasdey2304/to-do-list
This is a pretty basic to do list using java.awt
https://github.com/parthasdey2304/to-do-list
Last synced: about 1 month ago
JSON representation
This is a pretty basic to do list using java.awt
- Host: GitHub
- URL: https://github.com/parthasdey2304/to-do-list
- Owner: parthasdey2304
- License: mit
- Created: 2023-05-07T15:04:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T19:21:26.000Z (about 3 years ago)
- Last Synced: 2025-12-29T20:34:05.058Z (5 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is a basic To Do list using JAVA
**This is a pretty basic to do list using java.awt. You can schedule you work over here. Plan you entire day with this**
# Upcoming features
Some of the upcoming features include:
+ Better UI design
+ Set time to each and every task
+ Task scheduler and reminder
# Prerequisites
You would need to install:
+ OpenJDK 18
+ Git
# Installation
Open the terminal and copy the following codes:
+ Installing OpenJDK-18:
```
sudo apt install openjdk-18-jdk -y
```
+ Installing git:
```
sudo apt install git -y
```
# Usage
+ You need to first clone the repo:
```
git clone https://github.com/parthasdey2304/to-do-list.git
```
+ Getting inside the repository:
```
cd to-do-list
```
+ Run the **ToDoList.java** file:
```
java ToDoList.java
```
+ Done
# Screenshots

# Contributing
We welcome contributions from the community! We appreciate your contributions to improve the project. If you'd like to contribute to to-do-list, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.
# THANK YOU COMMUNITY!!!!