https://github.com/gravitano/todo-list-vanilla-js
Todo List with Vanilla JS
https://github.com/gravitano/todo-list-vanilla-js
Last synced: 3 months ago
JSON representation
Todo List with Vanilla JS
- Host: GitHub
- URL: https://github.com/gravitano/todo-list-vanilla-js
- Owner: gravitano
- License: mit
- Created: 2020-10-14T15:35:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T15:54:16.000Z (over 4 years ago)
- Last Synced: 2025-01-20T07:27:01.158Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo List
Todo list app built with pure HTML, CSS and Vanilla JS.
## Run Locally
Serve `index.html` via HTTP, for example using `http-server`:
```bash
# First, install http-server via npm
npm i -g http-server# cd into project folder
cd /todo-list-vanilla-js# run the app
http-server
```## Licence
MIT