This is a simple to-do list app that has the basic features of persisting to local storage.
To get a project up and running:
- Unzip the project you downloaded.
- Open the unzipped directory in you code editor.
- Run
pnpm installto install all the dependencies. - Run
pnpm run devto start the app.
