https://github.com/frantallukas10/week-task
https://github.com/frantallukas10/week-task
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/frantallukas10/week-task
- Owner: frantallukas10
- License: mit
- Created: 2024-11-27T18:12:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T22:52:08.000Z (5 months ago)
- Last Synced: 2025-01-30T01:17:21.783Z (3 months ago)
- Language: TypeScript
- Homepage: https://week-task.vercel.app
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Week Task Challenge
The goal of this task is to create a 7-day task calendar where each day can have between 0 and 7 tasks. When loading the data, tasks are fetched from the back-end. This task allows navigating forward or backward by days while maintaining the correct number of days based on the database. Additionally, the number of tasks for each day should be displayed within the corresponding column of the table.
## demo:
[https://week-task.vercel.app/](https://week-task.vercel.app/)