Official Website Link: https://guber.pages.dev/
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Used to add the google maps; using the map and markers to display the user's selected location, and useJsApiLoader to load the map.
Documentation refered to: https://react-google-maps-api-docs.netlify.app/
Used to quickly style for rapid testing, helped us focus on functionality when developing systems that required more back-end work (login/signup/dashboard).
Documentation refered to: https://react-bootstrap.github.io/
Used to access firebase resources (mainly storage and real time firebase) to upload and download data on a constant bases.
Documentation refered to: https://firebase.google.com/docs
Used to implment react routing for the web app.
Documentation refered to: https://reactrouter.com/docs/en/v6
Used the React Js library to build this web app.
Documentation refered to: https://reactjs.org/docs/getting-started.html
Used to get the other's location if they enabled their location, and is also used for the logic in case the user didn't enable their location.
Documentation refered to: https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API
