https://github.com/ujjwalkumarsahni/file-based-task-manager
A lightweight Node.js application to manage tasks using file-based storage. This project allows users to create, view, and store task details as individual text files. It features a simple and responsive UI built with TailwindCSS and utilizes Express.js for server-side functionality.
https://github.com/ujjwalkumarsahni/file-based-task-manager
ejs-express express-js fs-module node-js tailwind-css
Last synced: 2 months ago
JSON representation
A lightweight Node.js application to manage tasks using file-based storage. This project allows users to create, view, and store task details as individual text files. It features a simple and responsive UI built with TailwindCSS and utilizes Express.js for server-side functionality.
- Host: GitHub
- URL: https://github.com/ujjwalkumarsahni/file-based-task-manager
- Owner: ujjwalkumarsahni
- Created: 2025-01-09T09:00:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T15:02:51.000Z (over 1 year ago)
- Last Synced: 2025-03-15T13:11:37.517Z (about 1 year ago)
- Topics: ejs-express, express-js, fs-module, node-js, tailwind-css
- Language: EJS
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## File Based Task Manager
A lightweight Node.js application to manage tasks using file-based storage. This project allows users to create, view, and store task details as individual text files. It features a simple and responsive UI built with TailwindCSS and utilizes Express.js for server-side functionality.
## Features
- **Create Tasks:** Add tasks with a title and detailed description.
- **View Tasks:** See a list of all tasks dynamically rendered with EJS.
- **Read Task Details:** View the content of individual tasks in a formatted view.
- **Responsive UI:** Designed with TailwindCSS for a clean and modern look.
## Tech Stack
- **Backend:** Node.js, Express.js
- **Frontend:** EJS, TailwindCSS
- **File Handling:** Node.js `fs` module
## Setup Instructions
1. Clone the repository:
```bash
git clone https://github.com/ujjwalkumarsahni/File-Based-Task-Manager.git