Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frantallukas10/week-task
https://github.com/frantallukas10/week-task
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frantallukas10/week-task
- Owner: frantallukas10
- License: mit
- Created: 2024-11-27T18:12:37.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:59:56.000Z (about 2 months ago)
- Last Synced: 2024-11-27T21:32:27.813Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://week-task.vercel.app
- Size: 1000 Bytes
- Stars: 1
- 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/)