https://github.com/tensor-programming/vanilla-todo-app
https://github.com/tensor-programming/vanilla-todo-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/vanilla-todo-app
- Owner: tensor-programming
- Created: 2016-10-05T17:53:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T02:43:28.000Z (over 9 years ago)
- Last Synced: 2024-12-16T19:04:02.720Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanilla JS Todo App
A simple todo app made with only JavaScript HTML and CSS.
No Node used to create this app, just an example app for vanilla javascript.
Part of the Tensor programming blog: http://tensor-programming.com
Youtube Channel: [here](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg)
Youtube video: [here](https://www.youtube.com/watch?v=77bdtx2gxPk)
## New version
You can run by maunally running the index.html or using the `node serve server.js` command.