Feature: created a popup for users to input their own workout and display it on the screen#37
Open
pmad06 wants to merge 1 commit intoufosc:mainfrom
Open
Feature: created a popup for users to input their own workout and display it on the screen#37pmad06 wants to merge 1 commit intoufosc:mainfrom
pmad06 wants to merge 1 commit intoufosc:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue this pull request will close is #10 (Issue 4): having users create their own exercise. All changes to close this issue were made in the Home.JSX page, as it was the main page containing the other main features of the website. Previously, there was no interactive button that allowed users to create or add their own workout, so my first step was to create a button with that specific purpose. After creating the button, the next step was making sure that users could click on it, and after that interaction, I created a pop-up that would be displayed, rather than directing the user to a different tab to make it easier for them to exit the screen and return home. In the pop-up, I ensured that users were able to input a workout in a text box and created an "Add workout" button so that their workout would be displayed on the pop-up screen. The last button I needed to implement was the "Close" button so that the user could exit the pop-up.