Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NextJS app to call the API #29

Open
jhiben opened this issue Dec 11, 2023 · 0 comments · May be fixed by #49
Open

NextJS app to call the API #29

jhiben opened this issue Dec 11, 2023 · 0 comments · May be fixed by #49
Assignees

Comments

@jhiben
Copy link
Owner

jhiben commented Dec 11, 2023

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.

@jhiben jhiben changed the title NextJS app to call the api NextJS app to call the API Dec 16, 2023
@jhiben jhiben self-assigned this Dec 16, 2023
jhiben added a commit that referenced this issue Oct 4, 2024
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).
@jhiben jhiben linked a pull request Oct 4, 2024 that will close this issue
@jhiben jhiben linked a pull request Oct 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant