Skip to content

This project demonstrates the integration of Google Calendar with a web application, allowing users to authenticate using their Google account, access their calendar in real-time, and create events directly from the application and also show on UI.

Notifications You must be signed in to change notification settings

Rahulkrsharma2004/Google-Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

Google Calendar

This project demonstrates the integration of Google Calendar with a web application MERN stack full Frontend and Backend, allowing users to authenticate using their Google account, access their calendar in real-time, and create events directly from the application and also show on UI.

Features

  • Google OAuth 2.0 login functionality.
  • Fetch and display events from the user's Google Calendar in a user-friendly table format.
  • Create new calendar events.
  • Responsive design for seamless use across devices.

Image

1stimg 3rdimg Captureoooorr newtwo 7thimg

Authentication Flow

Login:

  • Users log in using Google OAuth 2.0.
  • After granting permissions, users are redirected back with an authorization code.

Token Exchange:

  • The server exchanges the authorization code for access and refresh tokens.
  • Tokens are used to authenticate API requests.

User Information:

  • The server verifies the ID token and retrieves user info.
  • User info is stored in the database for session management.

Technologies Used

  • React.js: Frontend library for building user interfaces.
  • Node.js: Backend runtime environment for executing JavaScript code.
  • Express.js: Web framework for Node.js to build backend APIs.
  • Vanilla CSS: For styling the application.
  • React Router: For navigation and routing within the React application.

Getting Started

  • First clone the repository --
  • Cloning Frontend and Backend --
  • cd frontend-calendar/
  • Run the command in terminal npm run dev

About

This project demonstrates the integration of Google Calendar with a web application, allowing users to authenticate using their Google account, access their calendar in real-time, and create events directly from the application and also show on UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published