https://github.com/shlok-nahar/task-manager
https://github.com/shlok-nahar/task-manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shlok-nahar/task-manager
- Owner: Shlok-Nahar
- License: mit
- Created: 2024-12-14T01:11:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:56:32.000Z (10 months ago)
- Last Synced: 2024-12-14T14:30:59.526Z (10 months ago)
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task-Manager
A simple task management application that lets users add, view, and remove tasks with details like name, description, date, and time, stored in a JSON file for persistence.
## How To Use
### 1. Clone the Repository
Clone the repository to your local machine:
```bash
git clone https://github.com/shlok-nahar/Task-Manager.git
cd Task-Manager
```### 2. Build the Project
```bash
javac -cp lib/json-20240303.jar -d out src/*.java
```### 3. Running the Application
```bash
java -cp out:lib/json-20240303.jar TaskManager
```