https://github.com/timooo-thy/todo-list
Simple To Do List
https://github.com/timooo-thy/todo-list
Last synced: 2 days ago
JSON representation
Simple To Do List
- Host: GitHub
- URL: https://github.com/timooo-thy/todo-list
- Owner: timooo-thy
- Created: 2023-09-04T17:01:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T15:57:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T00:07:33.243Z (over 1 year ago)
- Language: EJS
- Homepage: https://timo-todolist-f6ae28c8b866.herokuapp.com
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo-List
## Overview
The ToDo-List is a simple web application that allows users to track their daily and work tasks. It provides a user-friendly interface to add, view, and manage tasks.
## Features
Daily Tasks: Users can add tasks that they need to complete on a specific day.
Work Tasks: Users can add tasks related to their work.
Interactive UI: The application provides a clean and interactive user interface, making it easy for users to manage their tasks.
Date Display: The current date is displayed at the top of the application, providing context to the user.
## Tech Stack
Backend: The application is built using Node.js and Express.js.
Frontend: The user interface is designed using Bootstrap and custom CSS. EJS is used as the templating engine.
## Dependencies:
bootstrap: For frontend design.
ejs: Templating engine.
express: Backend framework.
## How to Run
Clone the repository.
Navigate to the project directory.
Install the required dependencies
```bash
npm install
```
Start the server using
```bash
node app.js
```
Open a browser and navigate to http://localhost:3000 to access the application.
## Author
©Timothy Lee