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

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

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