generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Create a task component for the front page. Follow the general design below
Each task box should contain a name (ie, Task 7 in the picture), a brief description of that task below. On the right side, instead of 0/3 completed, put a points total like in the design below.
If you feel there is a better rearrangement, don't be scared to try it out and turn it in, just be sure to write about it in your PR!
Acceptance Criteria
- the TaskComponent should be in the src/components folder (create if it does not exist)
- the component should pretty closely align with the description
- No backend connection/support needed (not until CRUD routes are set up)
- For testing purposes, populate the home page with a few of these components, and upload a screenshot to show how they look on the page. (Afterwards, delete them from the home page, we won't incorporate them until the backend is further set up)