An open API service indexing awesome lists of open source software.

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.

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