Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 889 Bytes

File metadata and controls

20 lines (15 loc) · 889 Bytes

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:
    git clone https://github.com/ujjwalkumarsahni/File-Based-Task-Manager.git