Skip to content

MeetSync helps you create and manage meetings effortlessly with Google Calendar. Sync schedules, generate Google Meet links, and stay organized all in one place.

License

Notifications You must be signed in to change notification settings

danielace1/meetsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MeetSync 🚀

Sync Smarter, Meet Better!

MeetSync is a web application that seamlessly integrates with Google Calendar, allowing users to manage and sync their meetings efficiently.

Live Link

🌟 Features

  • 📅 Google Calendar Integration – Easily create and manage meetings.
  • 🔗 Google OAuth Authentication – Secure login with Google.
  • 🎨 Modern UI – Built with TailwindCSS for a sleek design.
  • ✍️ Event Management – Create, edit, delete, and share Google Meet links.
  • 📢 Meet Link Sharing – Share meeting details via built-in share options.

🛠️ Tech Stack

  • Frontend: React.js, TypeScript, Zustand, TailwindCSS
  • Backend: Node.js, Express.js, Google Calendar API
  • Authentication: Google OAuth
  • Database: MongoDB

🚀 Getting Started

🔧 Prerequisites

Ensure you have the following installed:

  • Node.js (v18 or later)
  • MongoDB
  • Google Cloud Project (OAuth Credentials & Calendar API enabled)

📥 Installation

  1. Clone the repository:

    git clone https://github.com/danielace1/meetsync.git
    cd MeetSync
  2. Install dependencies:

    npm install
  3. Set up environment variables

    • Create a .env file in the root directory and add:
    MONGO_URI =
    PORT =
    LOCAL_CLIENT_URL =
    PRODUCTION_CLIENT_URL =
    JWT_SECRET =
    GOOGLE_CLIENT_ID =
    GOOGLE_CLIENT_SECRET =
    GOOGLE_REDIRECT_URI =
  4. 🔥 Run the App

    • Start the client and server:
    npm run dev

🤝 Contributing

  • Fork the repo & create a feature branch.
  • Commit changes & push to your branch.
  • Submit a PR for review.

🛡️ License

This project is licensed under the MIT License.

Author

About

MeetSync helps you create and manage meetings effortlessly with Google Calendar. Sync schedules, generate Google Meet links, and stay organized all in one place.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published