https://github.com/marialobillo/todoapp-js
a todo app using js
https://github.com/marialobillo/todoapp-js
Last synced: 3 months ago
JSON representation
a todo app using js
- Host: GitHub
- URL: https://github.com/marialobillo/todoapp-js
- Owner: marialobillo
- Created: 2019-11-29T17:17:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T15:35:53.000Z (over 5 years ago)
- Last Synced: 2025-01-16T10:09:50.126Z (5 months ago)
- Language: JavaScript
- Homepage: https://codepen.io/marialobillo/pen/eYmYVgw
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do App
_A simple To Do application using vanilla javascript._
View live on CodePen HERE.
## Summary
To Do App is a single page application (SPA) that allows you to manage our tasks. The main objective of this project is to serve as a learning tool and familiarize myself with the Javascript programming language, take into account the functions offered by the browser and know the structure of a web application.