https://github.com/codingwithmanny/checklist-app-vanilla-js
https://github.com/codingwithmanny/checklist-app-vanilla-js
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingwithmanny/checklist-app-vanilla-js
- Owner: codingwithmanny
- Created: 2020-09-21T01:19:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T10:43:02.000Z (over 5 years ago)
- Last Synced: 2025-10-13T01:36:46.472Z (5 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checklist App Vanilla JS
This is a tutorial on how to build a todo application entirely with Vanilla JavaScript, CSS, and
HTML.
## Table Of Contents
- [Requirements](#requirements)
## Requirements
These are optional requirements if you would like to see your changes in your browser as you code
instead of refreshin the browser every new change made.
- (Optional) NodeJS v12.13+
- (Optional) Yarn v1.19+
- Browser
## Getting Started
TBD