You can view and use the app directly here: https://cuposugah.netlify.app
if you want to use it on your local computer, additionally to this repository, you also need to fork and clone the server-side for this application to work : CupOSugah-API
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - create the
.env.local.example
file to a.env.local
file with your own Google API keys if you have some (the app won't work otherwise):
REACT_APP_GOOGLE_KEY="[your api key]"
REACT_APP_GEOCODING_KEY="[your api key]"
- Start the web server using the
npm start
command. - Go to http://localhost:3000/ in your browser.
Landing page:
Home page:
Map page:
Calendar page:
Messaging page:
Messaging page- responsive:
Services page:
Settings page: