A simple Task Manager application built with Node.js, Express.js, and Tailwind CSS. This application allows users to create and manage tasks by saving them in text files.
- Create new tasks with a name and content.
- Save tasks as
.txt
files in a dedicated folder. - Edit existing task names.
- Backend: Node.js, Express.js
- Frontend: HTML, CSS, Tailwind CSS
- File Handling: Native Node.js file system module
-
Clone the repository:
git clone https://github.com/iamvtyagi/task-manager.git
-
Navigate to the project directory:
cd task-manager
-
Install the required dependencies:
npm install
-
Start the server:
npm start
-
Open your browser and go to http://localhost:3000 to access the application.
- Enter the task name in the first input field.
- Enter the task content in the second input field.
- Click the Create button to save the task.
- Use the Edit button to modify the task name.
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: iamvtyagi
- LinkedIn: Vansh Tyagi