Skip to content

Commit b15ded8

Browse files
committed
Finish Client/Front End Contents
- Finished the descriptions and file list for every folder on the client side of the app.:
1 parent cbbe8d4 commit b15ded8

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

ReadMe.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,82 @@ The client/frontend of the project.
141141

142142
**Files:** No immediate files.
143143

144+
- ### Employer
145+
The folders holding the component files for the Employer Billings and Settings Modals. Currently not used.
146+
147+
**Files:** No immediate files.
148+
149+
- ### EmployerProfile
150+
The component files and styles used in the employer profile modal which shows up after clicking on an employer marker on the map, and clicking 'Learn More'.
151+
152+
**Files:** EmployerPostings.js, EmployerProfile.js, EmployerStyles.js, JobPostings.js
153+
154+
- ### LandingPage
155+
The component files and styles used on the Landing Page of MappaJob, which displays the map, and the geocoder (search functionality).
156+
157+
**Files:** LandingPage.js, MapWindowStyle.js
158+
159+
- ### Loading
160+
The component files, images, and styles used in the Loading modal.
161+
162+
**Files:** Loading.js, LoadingStyles.js, map-smol.png, map.PNG, SpinningGlobe.js
163+
164+
- ### NavBar
165+
The component files and styles used in the Navigation Bar.
166+
167+
**Files:** NavBarStyles.js, NavBarView.js
168+
169+
- ### NoUser
170+
The component files and styles for a component that will display if information is requested from a user that no longer exists in the database.
171+
172+
**Files:** NoUser.js, NoUserStyle.js
173+
174+
- ### Seeker
175+
Primarily the component files and styles for the Seeker Favorites modal.
176+
177+
**Files:** Favorite.js, SeekerFavorites.js, SeekerSettings.js
178+
179+
- ### SeekerProfile
180+
The component files and styles used in the job seeker profile modal which shows up after clicking on a job seeker marker on the map, and clicking 'Learn More'.
181+
182+
**Files:** ProfileModalStyle.js, SeekerProfile.js
183+
184+
- ### Settings
185+
The Settings component, and folders holding the routes for Seeker Settings and Employer Settings.
186+
187+
**Files:** EmployerSettings.js, SeekerSettings.js, Settings.js
188+
189+
- ### SignIn
190+
The component files and styles used in the Sign In modal.
191+
192+
**Files:** SignIn.js
193+
194+
- ### SignUp
195+
The SignUp component, and folders holding the routes for the various forms and signup steps.
196+
197+
**Files:** SignUp.js
198+
199+
- ### Forms
200+
The routes/components for Seeker Signup and Employer Signup.
201+
202+
**Files:** EmployerSignUp.js, SeekerSignUp.js
203+
204+
- ### Types
205+
The routes/components for the steps of the signup process wherein you choose your signup method (email or 3rd party) and identify whether you are a job seeker or employer.
206+
207+
**Files:** SignUpTypes.js, SignUpUserTypes.js
208+
209+
- ### Stripe
210+
The configuration file for the client-side stripe integration.
211+
212+
**Files:** Checkout.js
213+
214+
- ### Tutorial
215+
The tutorial component and the routes for the various parts of the tutorial.
216+
217+
**Files:** ComProfileGuide.js, DevProfileGuide.js, EditSettings.js, GettingStarted.js, Intro.js, Navigation.js, TutorialIntro.js, UsingMarkers.js
218+
219+
144220
- ### firebase
145221
The configuration file for the client-side firebase integration.
146222

@@ -151,6 +227,16 @@ The client/frontend of the project.
151227

152228
**Files:** avatar-icon.jpg, contact.PNG, edit.png,. favheart.png, favicon.PNG, favorites-icon.png, gear.png, gear.svg, hollow-heart.png, jobs.PNG, links.PNG, logout.png, logout1.png, mainlogo.png, Marker.png, markerlogo.png, markerlogo4.png, markerlogo9.png, markerPic.png, navsearch.PNG, newsignin.PNG, Pinch_zoom.png, planet.png, plusssign.png, question.png, sorc.PNG, styled.PNG, titleTab.png.
153229

230+
- ### Icons
231+
Icon images
232+
233+
**Files:** icons8-computer-monitor.png, icons8-github.png, icons8-linkedin-filled.png, icons8-phone-26.png, icons8-resume.png, icons8-twitter-filled.png
234+
235+
- ### signup
236+
3rd party authentication buttons
237+
238+
**Files:** [email protected], [email protected], btn_google_signin_light_normal_web.png, [email protected], btn_google_signin_light_pressed_web.png, [email protected]
239+
154240
- ### styles
155241
The global styles used throughout MappaJob.
156242

0 commit comments

Comments
 (0)