Skip to content

CupOSugah is a social network for a local neighbourhood. It is a full stack application built with React JS on the front end, using material UI, Google maps and geocoding API. On the back end, it runs with node.js, express, postreSQL as database, and additionnaly, the Twillio and cloudinary APIs.

Notifications You must be signed in to change notification settings

Samy0412/CupOSugah-CLIENT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CupOSugah-CLIENT (client side)

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

Setup

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. 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]"
  1. Start the web server using the npm start command.
  2. Go to http://localhost:3000/ in your browser.

Final product

Landing page:

"landing page"

Create a new neighbourhood: "create neighbourhood"

Home page:

"home page"

Map page:

"map"

Calendar page:

"calendar"

Messaging page:

"messages"

Messaging page- responsive:

"messages-responsive"

Services page:

"Services"

Settings page:

"settings"

About

CupOSugah is a social network for a local neighbourhood. It is a full stack application built with React JS on the front end, using material UI, Google maps and geocoding API. On the back end, it runs with node.js, express, postreSQL as database, and additionnaly, the Twillio and cloudinary APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published