gustianmajs / todo-list-app

Simple Todo List Application with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Todo List Application with Docker

preview of todo list app

This is a straightforward todo list application that runs with Docker, providing you with an easy way to manage your tasks.

Features

  • Add New Todo Lists: Create and add as many todo lists as you like to organize your tasks effectively.
  • Review Created Todo Lists: Easily review and manage the todo lists you've created at any time.
  • Delete Completed Todo Lists: Mark your tasks as done and remove them from your todo lists effortlessly.

Note: It's important to be aware that any unsaved todo lists may be lost if the application is shut down for an extended period.

Getting Started

To run this application locally using Docker, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Build the Docker image using Docker Compose by running the following command in the project directory:
    docker-compose up --build
    or run the following command in the project directory:
    docker-compose up -d
  4. Access the application in your web browser at http://localhost:5000/.

Contributing

Contributions are welcome! If you have any ideas, improvements, or feature requests, feel free to open an issue or submit a pull request.

About

Simple Todo List Application with Docker


Languages

Language:Python 37.9%Language:CSS 32.6%Language:HTML 22.7%Language:Dockerfile 6.8%