A todo application written to demonstrate javascript in action.
This involves an attempt to adhere to best practices in Javascript app development. The application persists todos to local Storage.
- There are not dependencies for this project.
- You need to have a code editor
- Clone this repository to your local development environment
- You can use the liveserver VSCode extension to run the code locally.
If you have a suggestion, consider adding it to issues tab in the repository.