https://github.com/remrkabledev/things-todo
This is simple example of building a to-do list using only HTML, CSS, & JavaScript
https://github.com/remrkabledev/things-todo
css html javascript todolist
Last synced: 12 months ago
JSON representation
This is simple example of building a to-do list using only HTML, CSS, & JavaScript
- Host: GitHub
- URL: https://github.com/remrkabledev/things-todo
- Owner: reMRKableDev
- License: mit
- Created: 2021-01-25T15:48:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T14:04:01.000Z (over 5 years ago)
- Last Synced: 2024-10-11T12:11:42.551Z (over 1 year ago)
- Topics: css, html, javascript, todolist
- Language: JavaScript
- Homepage: https://remrkabledev.github.io/things-todo/
- Size: 202 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Things To-Do 🚀🚀🚀
[](https://www.codefactor.io/repository/github/remrkabledev/things-todo)
Yet another To-do List example 🤣
This is simple example of building a To-do list web application using only HTML, CSS, & JavaScript. No frameworks or libraries are involved in this.

## Getting started 🏁
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Installing
To get this project on your local machine, you first need to clone it using the git clone command.
```
git clone https://github.com/reMRKableDev/things-todo
```
Running this on your terminal will ensure you receive the latest version with all it's changes.
### How To Use
Once cloned, open the `index.html` on your computer's browser and start adding new to-do's
## Authors 💻
- Malcolm R. Kente - *Initial work* - [reMRKable Dev](https://remrkabledev.com/)
[](https://opensource.org/licenses/MIT)