Skip to content

Commit cbbe8d4

Browse files
committed
Finish 3 Folder Levels of Client Contents
- Finished the descriptions and file lists for three levels deep under the project root directory.
1 parent ff04088 commit cbbe8d4

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

ReadMe.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,60 @@ Deployed [here](https://intense-stream-29923.herokuapp.com/api/database/seekers)
118118
- users
119119

120120
## Contents
121-
### Client
122-
Contains the client/frontend of the project.
121+
### **Client**
122+
123+
---
124+
125+
The client/frontend of the project.
126+
123127
**Files:** .gitignore, package.json, README.md, yarn.lock
124128

129+
- ### public
130+
The HTML file containing the root element that MappaJob will be rendered to.
131+
132+
**Files:** favicon.png, index.html, manifest.json, mappa.ico
133+
134+
- ### src
135+
The components of MappaJob, additionally including all images, styles, firebase client configuration, root render files (App.js, index.js), and the component reducer.
136+
137+
**Files:** App.js, App.test.js, index.js, reducer.js, serviceWorker.js
138+
139+
- ### components
140+
The folders holding each component file used in MappaJob, primarily organized by Modal.
141+
142+
**Files:** No immediate files.
143+
144+
- ### firebase
145+
The configuration file for the client-side firebase integration.
146+
147+
**Files:** firebase.js
148+
149+
- ### images
150+
The configuration file for the client-side firebase integration.
151+
152+
**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.
153+
154+
- ### styles
155+
The global styles used throughout MappaJob.
156+
157+
**Files:** AppStyle.js, GlobalStyle.js, index.js, ModalGlobalStyle.js, SettingsStyle.js, SignIn_UpStyle.js
158+
159+
---
160+
161+
<br />
162+
163+
### **Server**
164+
165+
---
125166

126-
### Server
127167
Contains the server/backend of the project.
168+
128169
**Files:** index.js, package.json, server.js, serverConfig.js, ServerDocs.md, yarn.lock
129170

171+
---
172+
173+
<br />
174+
130175
# Models
131176

132177
### User Model

0 commit comments

Comments
 (0)