Interactive To-do application Pre-requisites Install Node.js version 20.17.0 Getting started Clone the repository git clone <url> Install dependencies cd <project_name> npm install To start development, run: npm run dev