A task scheduling app built with Next.js for managing personal and important tasks with a clean UI calendar.
- Add, view, and manage tasks
- Highlight scheduled dates on a calendar
- Differentiate personal vs. other tasks
- Responsive UI built with Tailwind CSS
- Next.js 15 (App Router)
- TypeScript
- MongoDB with Mongoose
- Tailwind CSS
- Google Authentication, Firebase
- Clone the repo:
git clone https://github.com/Alphaboy20023/taskly-app.git
# Install dependencies:
npm install
# Set up .env.local:
MONGODB_URI=your-mongo-uri
# run the dev server
npm run dev
# project_url =