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
- Host: GitHub
- URL: https://github.com/tsembp/todo-app
- Owner: tsembp
- Created: 2024-10-28T15:24:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:22:22.000Z (over 1 year ago)
- Last Synced: 2025-02-22T23:17:17.304Z (over 1 year ago)
- Topics: java, todoapp
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 📜 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
```