This is a Task Manager web application built using Next.js. The app allows users to manage their daily tasks efficiently by adding, updating, and organizing tasks in a clean and responsive user interface.
Follow these steps to run the project on your local system:
git clone <your-github-repo-url>
cd <your-project-folder>
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.npm install
npm run dev
Next.js: Used for building a fast, scalable, and SEO-friendly React-based web application.
React: Handles UI components and state management.
TypeScript: Provides type safety and improves code reliability.
CSS / Tailwind CSS (if used): Used for designing a responsive and modern user interface.
Debugging React and Next.js errors from chatgpt
Currently, tasks are stored locally and will be lost on page refresh (if no database is connected).
Authentication is not implemented yet.
Mobile UI responsiveness can be improved on smaller devices.