You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #29
Add a NextJS app to display workouts with a fresh UI and a faked API layer.
* **Add NextJS app structure**
- Create `nextjs-app/package.json` with necessary dependencies for a NextJS app.
- Create `nextjs-app/pages/index.js` to display the workouts.
- Create `nextjs-app/pages/api/workouts.js` to simulate fetching workout data.
* **Add components for displaying workouts**
- Create `nextjs-app/components/WorkoutList.js` to list the workouts.
- Create `nextjs-app/components/WorkoutItem.js` to display individual workout details.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/jhiben/workout-records-api-dotnet/issues/29?shareId=XXXX-XXXX-XXXX-XXXX).
Implement a nextjs app to display the workouts.
An api layer needs to be faked (it will be added later).
The UI should be fresh.
The text was updated successfully, but these errors were encountered: