Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4cb20d3
Update README.md
brianguyen97 Sep 17, 2022
f7ea8bb
initial installation
gloria-cheung Sep 18, 2022
5a8b670
change components to function
gloria-cheung Sep 18, 2022
b3469a2
install bootstrap react-bootstrap and sass
gloria-cheung Sep 18, 2022
4b5b71a
change node-sass version
gloria-cheung Sep 19, 2022
cd3a705
moved styles from css to sass file
gloria-cheung Sep 19, 2022
eb0afa0
import TopBar component to use as navbar
gloria-cheung Sep 19, 2022
17f3787
use react bootstrap navbar and export to use in App.js
gloria-cheung Sep 19, 2022
56723e8
Merge pull request #1 from gloria-cheung/react_functions
brianguyen97 Sep 19, 2022
e29d042
add react icons
Sep 20, 2022
87c71e8
remove default links and update styles
Sep 20, 2022
2e1a0e3
add styles to topbar
Sep 20, 2022
557bbf1
create image banner under topbar
Sep 20, 2022
6fc66b7
style image to be width of page
Sep 20, 2022
d2f3178
create carditems with data for each card
Sep 20, 2022
ffb54be
add styles for each card
Sep 20, 2022
4864625
change default colors of bootstrap
Sep 20, 2022
954bcc9
import topbar, banner and carditem to display on main page
Sep 20, 2022
a4f4f34
install react-router-dom
brianguyen97 Sep 20, 2022
1b44c45
Update Navbar to render different components
brianguyen97 Sep 20, 2022
595446a
import placeholder components, implement react router
brianguyen97 Sep 20, 2022
943a0a9
Placeholder Homepage
brianguyen97 Sep 20, 2022
649c513
Placeholder /homes_rent route
brianguyen97 Sep 20, 2022
b4aeffb
Placeholder /homes_sale route
brianguyen97 Sep 20, 2022
9fe2088
Import browserRouter from React-router
brianguyen97 Sep 20, 2022
f4ae458
Placeholder sell route
brianguyen97 Sep 20, 2022
f9fd6a9
Merge pull request #3 from gloria-cheung/react-router
gloria-cheung Sep 20, 2022
7b940d3
Merge branch 'master' into frontend/home
gloria-cheung Sep 20, 2022
e6cef17
Merge pull request #2 from gloria-cheung/frontend/home
gloria-cheung Sep 20, 2022
07fbdc1
update package-lock.json
gloria-cheung Sep 20, 2022
fa45f0b
move home components to be imported from home file
gloria-cheung Sep 20, 2022
dc89a9a
move components to components folder
gloria-cheung Sep 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ And don't forget to update the README!

You might want to look at examples of projects that have used this boilerplate for hints on how to extend it. Here are a few:

* [Later Cart](https://github.com/bonitac/later-cart)
* [Buddi.io](https://github.com/Danny-Tran/buddi.io)
- [Later Cart](https://github.com/bonitac/later-cart)
- [Buddi.io](https://github.com/Danny-Tran/buddi.io)

If you'd like your project added to the list, please shoot me a message.

## Contact

Please contact me on Slack (@garrettgsb) or Nima at `nima@lighthouselabs.com` if you have any questions, requests, or feedback, or post an issue to this repo. If you are using the boilerplate, I'd love to hear from you as well!

.
Loading