This is a simple web application for managing your to-do list. It allows you to add tasks, edit existing tasks, and delete tasks.
This project serves as a demonstration of my coding knowledge and skills. It showcases my ability to create a functional web application using HTML, CSS, and JavaScript.
The code for this project was based on the tutorial by Tyler Potts.
- HTML
- CSS
- JavaScript
- Add a new task to the list.
- Edit the content of a task.
- Mark tasks as completed.
- Delete tasks from the list.
To get started with the application, follow these steps:
- Clone the repository:
git clone https://github.com/ramez08/todo-app.git
- Open the
index.html
file in your web browser.
- Enter a task in the input field labeled "What do you have planned?".
- Click the "Add task" button or press Enter to add the task to the list.
- To edit a task, click the "Edit" button next to the task, make the desired changes, and click "Save" to save the changes.
- To delete a task, click the "Delete" button next to the task.
You can customize the styling of the application by modifying the styling.css
file. The CSS variables defined in the :root
selector allow you to change the color scheme and other visual aspects.
This project is licensed under the MIT License.
Feel free to contribute to the project by submitting pull requests or reporting issues.
The design and implementation of this to-do list application were inspired by various online tutorials and resources.