lindaquinoa/lesson_22/React Components and Form Handling - #817
Open
lquinoa252 wants to merge 9 commits into
Open
lindaquinoa/lesson_22/React Components and Form Handling#817lquinoa252 wants to merge 9 commits into
lquinoa252 wants to merge 9 commits into
Conversation
- Copy template to personal lindaquinoa directory - Install dependencies with npm install - Verify development server runs successfully
- Add Program component with configurable title/description props - Add ProgramList component to render multiple programs - Refactor Home component to use new components instead of hardcoded HTML - Maintain all existing styling and functionality
- Create AddProgram page with title/description form - Implement React Router action for form submission - Add navigation between Home and AddProgram pages - Add success feedback via URL parameters
…y-25-2-lesson-01 into lesson_22 Lesson 22: Add "Add Program" Page and Navigation Links
- Copy template to personal lindaquinoa directory - Install dependencies with npm install - Verify development server runs successfully
- Add Program component with configurable title/description props - Add ProgramList component to render multiple programs - Refactor Home component to use new components instead of hardcoded HTML - Maintain all existing styling and functionality
- Create AddProgram page with title/description form - Implement React Router action for form submission - Add navigation between Home and AddProgram pages - Add success feedback via URL parameters
…y-25-2-lesson-01 into lesson_22 Clean lesson_22 merge
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.
Created reusable Program and [ProgramList] components with TypeScript interfaces • Built [AddProgram] form page using React Router FormData for form handling • Implemented React Router setup with navigation between Home and Add Program pages • Added success message handling and navigation links in header component • Set up complete React project with Vite, TypeScript, and modern tooling
Multitasking went awry but i think i fixed it. I made similar errors early on and know they can be fixed but not exactly how to do it myself. i let copilot guide me through the commands to make a clean branch and merge it to over write the flawed one.