Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanbrewster/to-do-list
A To Do List app with simple yet dynamic features for an enhanced user experience.
https://github.com/duncanbrewster/to-do-list
css html5 javascript todolist
Last synced: 7 days ago
JSON representation
A To Do List app with simple yet dynamic features for an enhanced user experience.
- Host: GitHub
- URL: https://github.com/duncanbrewster/to-do-list
- Owner: DuncanBrewster
- Created: 2021-09-09T01:29:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T00:25:20.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T10:26:14.192Z (5 months ago)
- Topics: css, html5, javascript, todolist
- Language: CSS
- Homepage: https://duncanbrewster.github.io/to-do-list/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![To-Do-List Photo](https://user-images.githubusercontent.com/87501964/132607523-d1e553aa-cb34-4a17-9034-c1333c216200.PNG)
# [to-do-list](https://duncanbrewster.github.io/to-do-list/)
A To Do List app with simple yet dynamic features for an enhanced user experience.
## Features
* Enter tasks to add to your To Do List
* Check off completed tasks or remove them from your list
* Sort through your To Do List with 3 different categories: All, Compeleted, and Incomplete
* Is mobile and desktop friendly## Installation
1. Clone the repository to your computer.
```bash
git clone https://duncanbrewster.github.io/to-do-list.git
```2. To view the project locally, navigate to the project folder and open the `index.html` file in a web browser.
## Tools
This project:
* was built with **JavaScript**.
* uses **semantic HTML** markup.
* is styled with **CSS**.