Skip to content

MyCal is your scheduling automation platform for eliminating the back-and-forth emails for finding the perfect time — and so much more.

Notifications You must be signed in to change notification settings

sitansu04/Calendly-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCal.com

Introducing MyCal.com (Clone of Calendly.com)

MyCalgt

What is MyCal.com??

MyCal is your scheduling automation platform for eliminating the back-and-forth emails for finding the perfect time — and so much more. It is a tool for scheduling appointments and events. It eliminates the usual back-and-forth emails and messages involved in nailing down time. MyCal enables a smooth workflow by automating tasks such as appointment booking and rescheduling, and sending reminders and thank you notes to prospective and existing clients and team members. You can share your availability preferences and meeting location in one click.

This website is fully functional website with all CRUD operations by user . They need to go through User Authentication middleware, to perform any interactions


Features :-

  • Interactive UI/UX for best customer experiene.
  • Google Auth Login and Signup
  • User can create events and mark them in calendar.
  • Add workflows,get reminders and other Emailing features
  • Transitions & Animations

Tech Stack Used: -

Frontend

HTML CSS JavaScript BootStrap Full Calendar.js

Backend : -

Node.js Express.js MongoDB Passport

Routes :-

  • Users Routes

METHOD ENDPOINT WHAT IT DOES
GET /users -> Getting All the Users,
POST /users/register -> Register New User (Requires user details in req.body)
POST /users/login -> Login existing user (Requires email and passwords, returns token if login success)
  • Events Routes

METHOD ENDPOINT WHAT IT DOES
GET /events/allevents -> Getting All the Events of the User (From user-email)
POST /events/newevent -> Create a new Event (Sends Email on successfull creation of event)
DELETE /events/delete/:id -> Delete an Event
PATCH /events/update/:id -> Update an Event
  • Workflows Routes

METHOD ENDPOINT WHAT IT DOES
GET /workflows -> Getting All Workflows of the user, by user email,
POST /workflows/create -> Add a Workflow/Reminder (Sends email on successfull creation of workflow)
  • Google Routes

METHOD ENDPOINT WHAT IT DOES
GET /google -> Initiating Google Auth
GET /google/callback -> Redirect URI
GET /google/login -> Getting User Data after Google Authentication
GET /google/logout -> Logging out from the session

🔷: Here are some screenshots of website :-

🔵 Home Page :-

Mycalhomepage

My calHome Page 2 Home page 3

🔵 Product Page :-

Product page

🔵 Login/Signup Page :-

signup login

🔵 Oauth Success Pages:-

AuthSuccess

🔵 User Dashboard :-

Dashboard

🔵 Calendar Page :-

  • Month View calendar2
  • Week View calendarweekview

🔵 Create Events Page :-

addeventone addevent2

🔵 Create Workflows Page :-

Workflows

workfflow


Team Members of the Project :-

  • Jay Shukla
  • Kunal Mehra
  • Sitansu Mandal
  • Mohima Bahadur
  • Punit Juneja

Thankyou for your Time 🙌 💝 :-

About

MyCal is your scheduling automation platform for eliminating the back-and-forth emails for finding the perfect time — and so much more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages