An open API service indexing awesome lists of open source software.

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

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