A simple Todo application built with Node.js backend and a modern responsive UI.
- Install dependencies:
npm install npm install -g nodemon
- Copy the example environment file:
cp .env.example .env
- Start the application:
npm run dev
The app runs on http://localhost:4000
Add / Delete / Update todos
Filter by status (All / Active / Completed)
Clear completed todos
Simple and clean UI