Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgahanacar authored Feb 12, 2024
1 parent 3491830 commit 9c586d7
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
# Javascript To Do App
<h3>Features (CRUD)</h3>
<ul>
<li>Create</li>
<li>Read</li>
<li>Update</li>
<li>Delete</li>
</ul>
# JavaScript To-Do Application

This project is a simple to-do application created using JavaScript. Users can add new tasks, mark existing tasks as completed, or remove them.

## Usage

1. Clone the project to your computer.
2. Open the `index.html` file in a web browser.
3. To add a new task, type a task into the input box and click "Add".
4. To mark tasks as completed, check the checkbox next to the task.
5. To remove tasks, click the "Delete" button next to the task.

## Technologies

- HTML
- CSS
- JavaScript

## Features

- Add new tasks
- Mark tasks as completed
- Remove tasks

## Contributing

This project is open source and welcomes contributions. You can submit "Pull Requests" to add new features or fix bugs.

## License

This project is licensed under the MIT License. See the LICENSE file for more information.

## Links

- Live Demo: [Link]([https://example.com](https://codepen.io/tolgahanacar/pen/PoOxwqd)https://codepen.io/tolgahanacar/pen/PoOxwqd)

0 comments on commit 9c586d7

Please sign in to comment.