Skip to content

tomernegad/todoapp

Repository files navigation

TodoApp

Overview

TodoApp is a simple and efficient application to manage your daily tasks. Built with JavaScript, HTML, CSS, and Docker, this app allows users to add, sort, and mark tasks as completed.

Screenshot 2025-02-24 103440

Features

  • Add new tasks
  • Mark tasks as completed
  • Sort tasks
  • Dockerized for easy deployment

Installation

  1. Clone the repository:
    git clone https://github.com/tomernegad/todoapp.git
    cd todoapp
  2. Install dependencies:
    npm install

Usage

  1. Run the application:
    npm run dev
  2. Open your browser and navigate to:
    http://localhost:3000
    

Docker Deployment

  1. Build the Docker image:
    docker build -t todoapp .
  2. Run the Docker container:
    docker run -p 3000:3000 todoapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published