-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3491830
commit 9c586d7
Showing
1 changed file
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |