Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jklemon17/todo-list
JavaScript Todo List for OOP practice
https://github.com/jklemon17/todo-list
javascript oop todo
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:03:15.000Z (over 6 years ago)
- Last Synced: 2024-10-21T19:53:02.784Z (3 months ago)
- Topics: javascript, oop, todo
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- 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)