React | Vite | TypeScript
A To-Do list presented as a calendar. Click on a day to open a modal with the day's tasks. Create, delete, and mark tasks as completed.
- UI/UX Focused: Pleasant and intuitive interface.
- Responsive Design: Adapts to all screen sizes.
- Holiday Marking: Uses
isDayOff()
API to mark holidays. - Weekly Tasks: View tasks for the entire week.
- TypeScript: Ensures type safety.
- Clear Structure: Easy to understand and maintain.
- React
- TypeScript
- Context API
- CSS Modules
-
Clone the repository:
git clone https://github.com/VeryStone69/Calendar_ToDoList_-test-task.git cd my-todo-calendar
-
Install dependencies:
yarn install
-
Run in development mode:
yarn dev
For questions or suggestions, email [email protected].