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

https://github.com/itz-hiru/codealpha_to-do_list

Simple Todo List Website
https://github.com/itz-hiru/codealpha_to-do_list

codealpha css3 html5 internship-task javascript todolist

Last synced: about 1 month ago
JSON representation

Simple Todo List Website

Awesome Lists containing this project

README

          

# 📝 To-Do List Website

A responsive and feature-rich **To-Do List** web application built using **HTML, CSS, and JavaScript** as part of my internship project at **CodeAlfa**.

## 🚀 Features

- ✅ Add new tasks with:
- Task name
- Task description
- Priority level (e.g., High, Medium, Low)
- Due date
- ✏️ Edit existing tasks
- 📋 Mark tasks as complete
- 🗑️ Delete tasks
- 💾 Persistent data storage using **Local Storage**
- 📱 Fully responsive across all devices
- 🎨 Clean and user-friendly UI

## 📸 Live Demo

[![Live Demo](https://img.shields.io/badge/Live_Demo-%2300bcd4?style=for-the-badge&logo=vercel&logoColor=white)](https://todolist-codealfa.vercel.app/)

## 📂 Project Structure

```
📁 ToDo-List
├── 📄 index.html
├── 📄 style.css
├── 📄 script.js
└── 📄 README.md
```

## 💡 How to Use

1. **Clone the repository**

```bash
git clone https://github.com/itz-Hiru/CodeAlfa_To-Do_List.git
```

2. **Open the `index.html` file** in your browser

No installation or server setup required.

## 🎯 Goals Achieved

- Applied core web development skills
- Demonstrated DOM manipulation and event handling in JavaScript
- Practiced data persistence with Local Storage
- Built a fully functional and responsive app interface
- Successfully completed the internship task at **CodeAlfa**

## 📌 Future Improvements

- Add filters by priority or due date
- Implement drag-and-drop task ordering
- Add notifications or reminders
- Use animations for UI transitions

## 🙌 Acknowledgments

- Thanks to **CodeAlfa** for the internship opportunity

---

## 📧 Contact

Connect with me:

* GitHub: [itz-Hiru](https://github.com/itz-Hiru)
* LinkedIn: [Hirumitha](https://www.linkedin.com/in/hirumitha)

---

## 📃 License

This project is open-source and free to use under the [MIT License](LICENSE).

---