Skip to content

Commit 6232be2

Browse files
committed
docs: README, LICENSE
1 parent 8354a9b commit 6232be2

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Alkaison
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Todo Web App
2+
3+
![Todo Web App](https://i.postimg.cc/Zn93FDNS/Todo-Screenshot-1.png)
4+
5+
This is a Todo web application built using HTML, CSS, and Vanilla JavaScript. It provides a simple and intuitive interface for managing your tasks. The app includes several features to enhance your productivity and help you stay organized. Checkout here: https://alkaison.github.io/Todo-JavaScript/
6+
7+
## Features
8+
9+
- **Local Storage**: The app stores the Todo data in the browser's local storage, ensuring that your tasks are preserved even if you refresh the page or close the browser.
10+
- **Task Filtering**: You can easily filter the tasks based on their status. Choose between "All tasks," "Active tasks," or "Completed tasks" to focus on specific categories.
11+
- **Pending Tasks Count**: The app displays the number of pending tasks at the bottom, giving you a quick overview of your current workload.
12+
- **Clear All Tasks**: If you want to start fresh or remove completed tasks in one go, you can use the "Clear All" button to delete all tasks.
13+
- **Sleek UI Design**: The user interface is designed to be visually appealing and user-friendly, providing a seamless experience while managing your tasks.
14+
15+
## Screenshots
16+
17+
![Todo Web App](https://i.postimg.cc/Zn93FDNS/Todo-Screenshot-1.png)
18+
![Todo Web App](https://i.postimg.cc/DZ0bnYBX/Todo-Screenshot-2.png)
19+
20+
## Technologies Used
21+
22+
The Todo Web App is built using the following technologies:
23+
24+
- HTML
25+
- CSS
26+
- Vanilla JavaScript
27+
28+
## Developer
29+
30+
This web application is developed by [Alkaison](https://github.com/Alkaison "GitHub Profile"). If you have any questions or suggestions, feel free to reach out to me.
31+
32+
## Contribution
33+
34+
If you are interested in contributing to this project, you're more than welcome! Follow the steps below to contribute:
35+
36+
1. Star and Fork the repository.
37+
2. Make your changes or add new features in your forked repository.
38+
3. Test your changes thoroughly.
39+
4. Create a pull request, explaining the changes you've made.
40+
41+
Your contribution will be reviewed, and if everything is in order, it will be merged into the main repository.

0 commit comments

Comments
 (0)