← Back

DoToday

A modern, secure, and responsive web to-do platform

DoToday

About This Project

DoToday is a modern, secure, and responsive web application designed for managing your daily tasks. It features user authentication and full CRUD operations for to-dos, all powered by a file-based JSON database.

Features:

  • User Authentication (Login & Register with bcrypt hashing)
  • To-Do Management (Add, update, delete, and list to-dos)
  • File-based Data Storage (using data.json)
  • Modular and Clean Architecture (Next.js App Router)
  • Responsive UI
  • No external databases or backend servers required
  • Vercel Deployment Ready

Technologies:

Next.jsTailwindCSSNode.jsBcryptJSON File