Skip to content

ZPain8464/bookly-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookly - Scheduling and event planning app

Live app: https://bookly-app.vercel.app/

Table of Contents

  • Summary
  • Screenshots
  • Technologies

Summary

Bookly is a scheduling and planning app that allows you to create your own events and invite team members to help you.

How it works:

  1. Create a profile to get started
  2. Create your first event
  3. Add a team member by providing their first and last name and email (they can edit their profile later)
  4. Once they accept your invite and create a profile, you can add them to your events

A few nice to knows:

Only you can see team members added to your roster, and only you can see which team members are on your events.

In v1, each user gets one default team upon registering. The ability to create multiple teams and assign team members to specific teams will come in the next iteration.

Screenshots

Bookly landing page

bookly-homepage

Bookly profile page

bookly-profile-page

Bookly Calendar events mobile view

calendar-page

Bookly events desktop view

bookly-events-page

Technologies

For this app, I used:

  • Node.js (v. 12.18.3)
  • React.js (v. 17.0.1)
  • PostgreSQL (v. 12.4)
  • Express (v. 4.17.1)
  • SendGrid API