Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)