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

https://github.com/tsembp/todo-app

Neat, simple Todo Application
https://github.com/tsembp/todo-app

java todoapp

Last synced: 11 months ago
JSON representation

Neat, simple Todo Application

Awesome Lists containing this project

README

          

# 📋 To-Do List Application

A simple To-Do List application built with JavaFX. This application allows users to add, complete, and remove tasks while providing a user-friendly interface.

## 📸 Screenshots


Main Page Without Tasks
Main Page With Added Tasks
Completed Tasks
Remove Task Prompt

## 📜 Features

- **➕ Add Tasks**: Easily add new tasks to your list.
- **✅ Complete Tasks**: Mark tasks as completed.
- **➖ Remove Tasks**: Delete tasks from the list.
- **📱 User-Friendly Interface**: Simple interface. Modern interface updates coming soon.

## 🛠️ Technologies Used

- Java
- JavaFX
- Scene Builder (optional for layout design)

## ⏩ Getting Started

### Prerequisites

- Java Development Kit (JDK) 11 or higher
- JavaFX SDK

### Installation

1. Clone the repository:

```bash
git clone https://github.com/yourusername/todo-app.git
```