Loading repository data…
Loading repository data…
ankan24 / repository
This repository appears to be a simple task manager application built using Node.js, Express.js, and EJS (Embedded JavaScript) templates.
A simple task manager application built using Node.js, Express.js, and EJS (Embedded JavaScript) templates. This project allows users to create, view, and manage tasks efficiently .
To get started with the Task Manager application, follow these steps:
Clone the repository:
git clone https://github.com/ankan24/Task_Manager.git
Navigate to the project directory:
cd Task_Manager
Install dependencies:
npm install
Start the server:
npm start
Open your browser and go to:
http://localhost:3000
Once the application is running, you can create new tasks, view the list of tasks, and manage them as needed.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! If you have suggestions for improvements or additional features, please submit a pull request or open an issue.