diff --git a/project-structure.md b/project-structure.md index 6ffbe869..10805835 100644 --- a/project-structure.md +++ b/project-structure.md @@ -1,8 +1,8 @@ ``` -├── BuddyTrail ├── Code_of_Conduct.md ├── README.md +├── RatingStyle.css ├── book.html ├── boy.png ├── chatbot.gif @@ -18,11 +18,12 @@ │ ├── twitter.svg │ └── youtube.svg ├── img -│ ├── banner.png │ ├── cloud.png │ ├── contact-mountain.png │ ├── googleLogo.png │ ├── landing-page.jpg +│ ├── logo.png +│ ├── logo2.png │ └── new-york-page.png ├── index.html ├── login.css @@ -31,6 +32,7 @@ ├── script.js ├── signUp.css ├── signUp.html +├── star-rating.js └── style.css ``` \ No newline at end of file diff --git a/project_structure.txt b/project_structure.txt new file mode 100644 index 00000000..48120673 --- /dev/null +++ b/project_structure.txt @@ -0,0 +1,34 @@ +├── Code_of_Conduct.md +├── README.md +├── RatingStyle.css +├── book.html +├── boy.png +├── chatbot.gif +├── chatbot.html +├── firebase.js +├── icons +│ ├── airplane.svg +│ ├── bed-solid.svg +│ ├── instagram.svg +│ ├── plane-departure-solid.svg +│ ├── route-solid.svg +│ ├── twitter-x.svg +│ ├── twitter.svg +│ └── youtube.svg +├── img +│ ├── cloud.png +│ ├── contact-mountain.png +│ ├── googleLogo.png +│ ├── landing-page.jpg +│ ├── logo.png +│ ├── logo2.png +│ └── new-york-page.png +├── index.html +├── login.css +├── login.html +├── project-structure.md +├── script.js +├── signUp.css +├── signUp.html +├── star-rating.js +└── style.css \ No newline at end of file