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

https://github.com/magxtron/simple-task-manager

Simple Task Manager using express,ejs & fs file Handling
https://github.com/magxtron/simple-task-manager

Last synced: about 1 month ago
JSON representation

Simple Task Manager using express,ejs & fs file Handling

Awesome Lists containing this project

README

          

# Simple Task Manager

A simple task management application built using **Node.js**, **Express**, and **EJS** for server-side rendering, with **Tailwind CSS** for styling. This application allows users to create, view, and manage tasks stored as text files on the server.

## Features

- Add, view, and delete tasks.
- Tasks are stored as text files on the server.
- Simple and intuitive UI styled with Tailwind CSS.
- Built using Express.js for handling routes and server-side logic.

## Installation

### 1. Clone the repository
Clone this repository to your local machine by running:

```bash
git clone https://github.com/Magxtron/Simple-Task-Manager.git

2. Navigate to the project folder
Go into the project directory:

cd Simple-Task-Manager

3. Install dependencies
Run the following command to install the necessary dependencies:

npm install

4. Run the application
After the installation is complete, start the application using nodemon:

nodemon index.js

The application will start and be available at http://localhost:3000 (or the configured port).