Skip to content

zmax92/ll-tms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding assignment for showcasing my skills and expertise.

Description

Contact Form communicating with Google calendar.
-- Form should represent meeting scheduler --

  1. Front-end - Input fields (all required except note):
    Name
    Phone
    Email
    Time (time picker)
    Date (date picker)

    Note
    *form should have some spam/robot protection.
    *Email and Phone fields should have standard validation
    *form should have success/fail messages

  2. Back-end - After SUBMIT, the form will connect to the google calendar account via Google calendar API, and create the calendar event with reminder (client should receive remainders 15 and 30 mins before the meeting).

    Note
    *Event should have all entered data.
    *Notification that event is created should be delivered to entered email.
    *Create some fake google account to store calendar events.

Deployment

http://localhost/ll-tms/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published