Gym-Junkies icon indicating copy to clipboard operation
Gym-Junkies copied to clipboard

Feat: Add Exercise Page

Open syke9p3 opened this issue 9 months ago • 2 comments

Description

This PR adds a new Exercise page to display information about each exercise in the Guide Page.

Changes made

ExercisePage.jsx Created a new exercise page containing the exercise steps, image, YouTube video, and name of contributor.

App.jsx Added a new route for the new exercise page.

Card.jsx Made each exercise Card clickable by wrapping the Cards in a Link component that brings you to each exercise page.

YoutubeEmbed.jsx Added a responsive YouTube embedded player to render YouTube video links.

Related Issue

Relates to #288

Screenshot

new-exercise-page

syke9p3 avatar May 18 '24 19:05 syke9p3