Skip to content

NexusNeeraj/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Todo App

A simple Todo app with task management, due dates, description, and task deletion functionality.

Tech Stack

  • Node.js
  • Express.js
  • MongoDB
  • EJS (Embedded JavaScript)
  • CSS
  • JavaScript

Features

  • Add tasks with due dates and descriptions
  • Manage and delete tasks
  • Dynamic and user-friendly interface

Getting Started

Prerequisites

  • Node.js installed
  • MongoDB installed and running

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/todo-app.git
    
  2. Navigate to the project folder:

    cd todo-app
    
  3. Install dependencies:

    npm install
    
  4. Set up MongoDB:

  • Create a MongoDB database for the app.
  • Update the database configuration in config/database.js with your MongoDB connection details.
  1. Start the application:
    npm start
  2. Open your browser and go to http://localhost:5000 to use the Todo app.

Usage

  • Add tasks with due dates and descriptions.
  • Manage your tasks by marking them as complete or deleting them.
  • Enjoy an organized and dynamic task management experience!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published