forked from PriyaGhosal/BuddyTrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_structure.txt
53 lines (53 loc) · 1.29 KB
/
project_structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
├── BuddyTrail
├── Code_of_Conduct.md
├── LICENSE
├── README.md
├── RatingStyle.css
├── about.html
├── auth.css
├── auth.html
├── auth.js
├── boy.png
├── chatbot.gif
├── crescent-moon.png
├── cursor.js
├── day-mode.png
├── firebase.js
├── forgot_password.html
├── hotel.css
├── hotel.html
├── icons
│ ├── airplane.svg
│ ├── bed-solid.svg
│ ├── instagram.svg
│ ├── plane-departure-solid.svg
│ ├── route-solid.svg
│ ├── twitter-x.svg
│ ├── twitter.svg
│ └── youtube.svg
├── img
│ ├── c3.jpg
│ ├── cloud.png
│ ├── contact-mountain.png
│ ├── googleLogo.png
│ ├── landing-page.jpg
│ ├── logo.png
│ ├── logo2.png
│ ├── n1.jpg
│ ├── n2.jpg
│ ├── n3.jpg
│ ├── n4.jpg
│ ├── n5.jpg
│ ├── new-york-page.png
│ ├── u1.jpg
│ ├── u2.jpg
│ ├── u4.jpg
│ └── u5.jpg
├── index.html
├── package-lock.json
├── project-structure.md
├── project_structure.txt
├── reviews.html
├── script.js
├── star-rating.js
└── style.css