Skip to content

lil-white-shadow/jot-scheduling-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jot - A Scheduling App

Jot is a full stack event scheduling application made with React on the front-end and Node/Express on the back-end connected to a MongoDB database. It lets users create and share event details with their guests who can RSVP to the event. It also allows editing RSVP information and dynamically updates the RSVP information upon a change.

Images and Snippets

Create New Event Demo

Tab-1673519673965.webm

RSVP Demo

RSVP information updates instantaneously after changing & also shows any updates from others

Tab-1673464983653.webm

View All Events Demo

Page is protected and scroll disabled until the passcode is entered

Tab-1673514946397.webm

Homepage

image

Create new event page

image

View all events page after entering the passcode

image

RSVP page [dynamic url based on event id]

Instant feedback after submitting RSVP with prompt on how to make changes

image

About page

image

Create new event mobile view

image

Deployment Instructions for GitHub Pages:

  1. npm run predeploy
  2. npm run deploy