odin-codespace/todo
2025-05-02 17:04:57 +00:00
..
devops remove the ai bad stuff 2025-05-02 17:04:57 +00:00
bundle.js fix: prod mode and remove dots 2024-01-07 22:35:22 -05:00
index.html feat: todo app 2024-01-07 22:13:46 -05:00
README.md adding devops 2025-05-02 16:47:07 +00:00

Todo Project

This is a web application that allows you to create and manage a todo list.

Description

This project allows you to create, edit, and delete tasks from a todo list. The project utilizes Javascript, HTML, and CSS.

Features

  • Add new tasks to the todo list.
  • Mark tasks as complete.
  • Delete tasks from the todo list.

Local Development

To run this project locally, follow these steps:

  1. Clone the repository:
bash
    git clone <repository_url>
    
  1. Navigate to the project directory:
bash
    cd todo
    
  1. Open index.html: Open the index.html file in your web browser.

Build

The build of this project is handled through webpack.

  1. Install Dependencies:
bash
    npm install
    
  1. Run Build:
bash
    npm run build
    

After running build, a bundle.js will be generated.

Usage

Once you have the project running, you can use the interface in your browser to interact with the todo list.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • webpack