A simple task tracking application built as part of Day 10 of the internship to consolidate frontend, backend, and API integration concepts.
- Next.js (Frontend)
- Node.js
- Express
- GitHub
- Add tasks
- View task list
- Mark tasks as completed
cd backend
npm install
node index.jscd frontend
npm install
npm run dev