Live app: https://bookly-app.vercel.app/
- Summary
- Screenshots
- Technologies
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:
- Create a profile to get started
- Create your first event
- Add a team member by providing their first and last name and email (they can edit their profile later)
- Once they accept your invite and create a profile, you can add them to your events
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.
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