Skip to content

Commit 2796861

Browse files
authored
Update README.md
1 parent a43bf7c commit 2796861

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,6 @@
22
A simple "console-based Todo List application" built using "Java" and "MySQL".
33
Users can create, view, update, and delete todo items with persistent storage using a MySQL database.
44

5-
## Project Structure
6-
Java_TodoList/
7-
├── src/
8-
│ └── com/
9-
│ └── todo/
10-
│ ├── model/
11-
│ │ └── Todo.java
12-
│ ├── dao/
13-
│ │ └── TodoDAO.java # Data access logic
14-
│ ├── ui/
15-
│ │ └── TodoApp.java # User interface
16-
│ └── db/
17-
│ └── DBConnection.java # DB Connection
18-
├── lib
19-
│ └── mysql-connector-j.jar # MySQL JDBC Driver
20-
└── todo.sql
21-
└── README.md
22-
23-
245
## Setup Instructions (I used)
256

267
### 1. Requirements

0 commit comments

Comments
 (0)