Find It is a Java-based lost & found tracker that lets users post, search, and manage lost or found items. It supports a console-based or Java Swing GUI version. Data is stored using CSV files or SQLite database. Features include filters, notifications, and easy item tracking. A simple, beginner-friendly project for Java learners! π
A simple Java-based application to help users post and search for lost or found items.
β
Post Lost or Found Items β Users can add details like item name, description, date, and contact info.
β
Search with Filters β Find matching lost/found items based on keywords and date.
β
Simple and Lightweight β Uses Java (console-based) or Java Swing (for GUI version).
β
CSV File Storage / SQLite Database β Store and retrieve item data easily.
- Java (Core Development)
- Java Swing (Optional GUI Version)
- File Storage (CSV) / SQLite Database
git clone https://github.com/yourusername/find-it.git
cd find-it