A todo list based on Sitepoint's Todo List with additional functionality:
- Edit an item
- Delete an item
- Delete all items
You will need the following installed on your system
Clone the repo and install the dependencies in the command line:
npm install
To build the bundle.js file run
npm run build
Or you can run the following to watch for changes
npm run watch
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Rupert Ong - Additional Functionality and Refinement
This project is licensed under the MIT License - see the LICENSE.md file for details