Skip to content

AjitKumarRoy/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple and responsive Todo List Application built with HTML, CSS, and JavaScript. This app allows you to create, edit, and delete tasks, which are stored locally using localStorage, so your tasks persist even after you reload the page.

Features

  • Add new todo items by typing in the input field and hitting "Enter" or clicking the "Add" button.
  • Edit or delete existing todo items.
  • Todos are saved in localStorage, meaning they will stay even after refreshing the page.
  • Responsive design that works well on both desktop and mobile devices.

Demo

Todo App Screenshot

How to Use

  1. Clone this repository:
    git clone https://github.com/your-username/todo-app.git
    
  2. Open the project directory:
    cd todo-app
  3. Open index.html in your browser to start using the app:
    open index.html
    
    

Project Structure

|-- index.html          # Main HTML file
|-- assets
|-- css
    |-- styles.css      # Styling for the app
|-- js
    |-- main.js         # JavaScript logic for the app

Customization

You can customize the colors, fonts, and layout by editing the styles.css file in the /assets/css/ directory.

Contributing

Feel free to fork this project and submit pull requests with improvements or bug fixes. Contributions are welcome!

License

This project is open-source and available under the MIT License.

About

A simple and clean To-Do List app that allows users to add, edit, and delete their tasks, with the data being stored persistently in local storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors