Skip to content

BhanushreeNN/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Do It

To-Do List Web Application

This is a web-based To-Do List application that allows users to manage their tasks. Users can add, edit, delete, and mark tasks as completed using this application.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express.js
  • EJS (Embedded JavaScript templating)
  • PostgreSQL

Features

  • User-friendly interface for task management
  • Ability to add new tasks
  • Ability to edit existing tasks
  • Ability to mark tasks as completed
  • Ability to delete tasks
  • Data persistence using PostgreSQL database

Getting Started

To run this application locally, follow these steps:

  1. Clone this repository.
  2. Install Node.js if not already installed.
  3. Install PostgreSQL if not already installed.
  4. Run npm install to install dependencies.
  5. Create a PostgreSQL database and update the database.
  6. Run the application using node app.js.
  7. Access the application in your web browser at http://localhost:3000.

Screenshots

image

Adding tasks

image

Edit tasks

image

Delete tasks

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published