Created by: Dominique Hosea
April 2021
This application was developed with React.js and styling with CSS.
dependencies used:
- Moment - a wrapper for the Date object
 - React Big Calendar - An events calendar component built for React
 - Google Calendar API -An api to manage your google calendar
 - Dotenv - stores configuration in the environment separate from code is based on The Twelve-Factor App methodology
 
- Create events
 - Delete events
 
    # clone the repo
    https://github.com/HoseaCodes/GoogleCalendarAPI.git
    # install dependencies
    npm install
    # run react-app
    # this should make http://localhost:3000 available in your web browser
    npm startHelps a lot: Git/GitHub, React, JavaScript