A minimal and functional to-do list app to keep track of anything. Enjoy!!
This project is created with Vite
. It's intended to be run locally, on your computer, using Node.js and NPM.
You'll first need to install NPM dependencies, and then run a local development server. Here are the relevant terminal commands:
# Install dependencies:
npm install or npm i
# Run a development server:
npm run dev
The project can be viewed in the browser by navigating to http://localhost:5173/
.