This project is a MERN application that integrates a calendar component with task management and a sticky notes feature. It allows users to add tasks with priorities, view tasks in a calendar, and manage sticky notes on the screen.
- Calendar: View tasks in a calendar view with different priorities.
- Add Task: Add tasks with title, start and end times, and priority.
- Sticky Notes: Create, drag, and delete sticky notes with custom colors.
- React: Frontend library for building user interfaces.
- react-big-calendar: Calendar component for displaying tasks.
- react-draggable: Draggable component for sticky notes.
- Tailwind CSS: Utility-first CSS framework for styling.
- Express: Backend framework for API creation.
- MongoDB: Database for storing tasks and sticky notes.