Skip to content

A simple "meeting booking" app outline in React / Next.js

Notifications You must be signed in to change notification settings

ca9/calendly-fork

Repository files navigation

A Simple Calendar Availability / Meeting Booking Interface

Screenshot

screenshot.png

Config

Create a .env.local file with the following configs to run this locally:

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXT_PUBLIC_BASE_URL=

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

A simple "meeting booking" app outline in React / Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published