https://github.com/jklemon17/todo-list
JavaScript Todo List for OOP practice
https://github.com/jklemon17/todo-list
javascript oop todo
Last synced: 10 months ago
JSON representation
JavaScript Todo List for OOP practice
- Host: GitHub
- URL: https://github.com/jklemon17/todo-list
- Owner: jklemon17
- Created: 2018-07-10T13:58:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:03:15.000Z (almost 8 years ago)
- Last Synced: 2025-06-05T15:03:05.997Z (about 1 year ago)
- Topics: javascript, oop, todo
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Another JavaScript To-do List
A simple to-do list made with factories.
View this webapp live at https://jklemon17.github.io/todo-list/
To run this on your local machine:
- Clone this repository to your local machine
- cd into the directory
- run `npm install`
- run `npm run build`
- open the index.html file
## Authors
* **Kyle Lemon** - [jklemon17](https://github.com/jklemon17)
* **Paul Rail** - [PolarisTLX](https://github.com/PolarisTLX)