ca9 / calendly-fork

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 70.4%Language:CSS 21.5%Language:SCSS 7.1%Language:JavaScript 1.0%