-
Notifications
You must be signed in to change notification settings - Fork 24
Feat - backend api integration #634
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
Open
Dlafferty251
wants to merge
42
commits into
code-differently:main
Choose a base branch
from
Dlafferty251:feat-backend-api-integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat - backend api integration #634
Dlafferty251
wants to merge
42
commits into
code-differently:main
from
Dlafferty251:feat-backend-api-integration
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
…y#555) * feat: implements custom css file and website replica * feat: adds additional changes to custom style.css file
* feat: adds CSS file * feat: adds CSS file * feat: adds CSS file
Co-authored-by: Evan Philakhong <[email protected]>
* feat: adds sMeiko's style.css * removed submodule --------- Co-authored-by: Meiko-S22 <mdstephens251@gmail,.com>
* feat: Adds navbar, hero section, and a grid for content * Feat: Completes hero-section * feat: Adds footer and completes programs, adds responsive layout * feat: adds keyframes for hero-text TODO: fix keyframes so only text * fix: fixes grid error and fixes hero-text * feat: adds footer responsiveness * feat: creates file structure and gets a hello world running * feat: successfully created a route to the contacts page * feat: creates contact page * fix: removes lesson 24 work from this branch * fix: fixes box shadow and aligns program header
* feat:mbLesson_09 * Delete lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/montezBProviderProvider.java * Delete lesson_09/types/types_app/src/main/resources/data/montezb.json * feat: upload mbtempcopy --------- Co-authored-by: “Tezz03” <“[email protected]”>
* feat: adds initial files and completed header/navbar * adds completed style.css * feat: adds media queries to be responsive
* feat: add body, header, & hero CSS elements to the lesson 22 homework. * chore: touch up .hero-title class & and just added program classes. * chore: add box-shadow to .hero-text & adjust .programs padding. * chore: Touch up the header. * chore: add media queries for responsiveness. * chore: adjust media queries for better responsiveness and added footer.
* Feat: tiktok content creator system * Feat adds ./ksaunders-cd-clone/ folder * Feat: updates styles css to match orginal link * Chore: removing extra file: styles.css * feat: updating styles css * chore: restore settings file Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
* Saving my progess on Lesson 22 * feat: adds finished style.css
* feat: Adds navbar, hero section, and a grid for content * Feat: Completes hero-section * feat: Adds footer and completes programs, adds responsive layout * feat: adds keyframes for hero-text TODO: fix keyframes so only text * fix: fixes grid error and fixes hero-text * feat: adds footer responsiveness * feat: creates file structure and gets a hello world running * feat: successfully created a route to the contacts page * feat: creates contact page * feeat: deletes lesson 22 work from this branch * feat: creates a basic layout for the contact us page * feat: takes form submission from contact page and sends you to a new page * fix: centers footer on newcontact.ejs * chore: removes bad comments and also puts images into folder * fix: fixes image in newcontact.ejs * fix: fixes shadow and programs section throughout website
* implements express web server * removes commented out code * chore: fix file paths Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
Co-authored-by: Meiko-S22 <mdstephens251@gmail,.com>
Signed-off-by: Anthony D. Mays <[email protected]>
* Saving my progess on Lesson 22 * saving progress for Lesson24 work so far * Savings changes made to Lesson24 * Lesson 24: Add Express server and contact form * chore: removes extra files Signed-off-by: Anthony D. Mays <[email protected]> * feat: serves static files properly Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
* feat:mbLesson_09 * Delete lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/montezBProviderProvider.java * Delete lesson_09/types/types_app/src/main/resources/data/montezb.json * feat:upload contact us page * fix:updating css to file * fix: gets form submit working Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: “Tezz03” <“[email protected]”> Co-authored-by: Anthony D. Mays <[email protected]>
* FEAT: Implement express server for lesson 24 * fix: moves static files to correct location and links contact page Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
* lesson_24 * lesson 24 * fix: moves files into proper arrangement Signed-off-by: Anthony D. Mays <[email protected]> * feat: gets form submissions working Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
…rently#618) Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
Signed-off-by: Anthony D. Mays <[email protected]>
* feat: used expressjs to complete contact form and added css to contact page * feat: adds CSS to contact feedback page
* feat: adds Chanels lesson 24 changes * chore: creates files for contact page and route * chore: adds contact forms and additional files * chore: removes unneded files Signed-off-by: Anthony D. Mays <[email protected]> * feat: adds form submit handler Signed-off-by: Anthony D. Mays <[email protected]> * fix: changes contract url Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
…ly#581) * Feat: tiktok content creator system * feat: adds Express server with contact form and result display * Feat adding node modules and correcting file directory * Feat: adds server and contact page * Feat updates node modules * Feat implements contact page route correctly and displays message * chore: re-organizes files Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
* feat: (WIP) Add J ohns program components with custom folder for lesson_25 * chore: wires up add program page Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
…m form (code-differently#588) * feat: adds Program and ProgramList as components * feat: adds AddProgram page with form * feat: adds a confirmation page for form submission
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.
Allows a connection between the api that holds the data for the programs for the code differently