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
- Host: GitHub
- URL: https://github.com/magxtron/simple-task-manager
- Owner: Magxtron
- Created: 2025-01-01T10:41:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T11:18:07.000Z (over 1 year ago)
- Last Synced: 2025-01-01T11:29:34.128Z (over 1 year ago)
- Language: EJS
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).