An open API service indexing awesome lists of open source software.

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

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

![Todo List Preview](todo-prev.png)

## 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.