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.
- 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.
- Backend: Node.js, Express.js
- Frontend: EJS, TailwindCSS
- File Handling: Node.js
fs
module
- Clone the repository:
git clone https://github.com/ujjwalkumarsahni/File-Based-Task-Manager.git