Skip to content

HoseaCodes/GoogleCalendarAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Calendar API

Created by: Dominique Hosea

April 2021

Technologies Used


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

External APIs Used


Future Enhancements


  • Create events
  • Delete events

How to get started


    # 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 start

Helps a lot: Git/GitHub, React, JavaScript

About

This is a simple calendar that pulls the JSON from Google-Calendar API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published