https://github.com/codernotme/todo-list-html
A basic Todo-list using Html CSS and JS with Local storage
https://github.com/codernotme/todo-list-html
Last synced: 9 months ago
JSON representation
A basic Todo-list using Html CSS and JS with Local storage
- Host: GitHub
- URL: https://github.com/codernotme/todo-list-html
- Owner: codernotme
- License: mit
- Created: 2024-05-09T13:19:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T08:03:24.000Z (about 2 years ago)
- Last Synced: 2025-06-12T18:02:24.504Z (about 1 year ago)
- Language: CSS
- Homepage: https://codernotme.github.io/todo-list-html/
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo-List-HTML
This is a simple Todo-List using HTML CSS and JS.
## Description
This project serves as a practice exercise for implementing basic concepts of HTML, CSS, and JS to create a Todo-List.
## Preview

## Technologies Used
- HTML
- CSS
- JS
## Getting Started
To view the Todo-List locally, follow these steps:
1. Clone this repository:
```bash
git clone https://github.com/codernotme/todo-list-html.git
```
2. Navigate to the project directory:
```bash
cd todo-list-html
```
3. Open the `index.html` file in your web browser.
## Contributing
Contributions are welcome! Please feel free to submit a pull request if you have any improvements or suggestions.