This project demonstrates the use of API - C# - API
- Create registration and login POST to database
- Maintain user state
- User state for features to be shown to logged in user
- store token when user registers or logs in
- delete token when user logs out
- 404 error page
- package details page when clicked
- functional form POST to schedule Google API call to schedule event
- Added new feature to track user mouse over activity
- User able to log in and maintian state
- Be able to choose from avialable time blocks to schedule an event
- registered password with be Bcrypt hash
- logic will be completed on backend with C# API
- JWT will last for 24 hours
- Prompt when event is scheduled