Skip to content

SiddharthN16/Guber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guber Logo

Final Project for the ICS4U0 Course developed by Siddharth Nema, Mostafa Hussein, & Armaan Rasheed

Official Website Link: https://guber.pages.dev/

This project was bootstrapped with Create React App.

Available Scripts (Requires Node.js and npm) < Section Generated Automatically

In the project directory, you can run:

npm start

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.

npm run build

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.

Packages Used < Section Added Mannually

npm install @react-google-maps/api

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/

npm install react-bootstrap

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/

npm install firebase

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

npm install react-router-dom

Used to implment react routing for the web app.
Documentation refered to: https://reactrouter.com/docs/en/v6

npm install react

Used the React Js library to build this web app.
Documentation refered to: https://reactjs.org/docs/getting-started.html

Other Info: HTML Geolocation API

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

About

Final Project for the ICS4U0 Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors