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

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

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
![image](https://user-images.githubusercontent.com/131694386/236686053-c97e0acb-075d-42cf-bc44-f8a92fba4e89.png)

# 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!!!!