A completely responsive react CarPooling app made using React, Material UI and NHost as a backend
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_GOOGLE_MAP_API_KEY
REACT_APP_NHOST_SUBDOMAIN
REACT_APP_NHOST_REGION
Clone the project
git clone https://github.com/Kroissan/CarLink.git
Go to the project directory
cd CarLink
Install dependencies
yarn
Start the server
yarn start