Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.16 KB

File metadata and controls

52 lines (39 loc) · 1.16 KB

RateMyCalendar - Smart Calendar Analytics

Winston Giang, Tony Nguyen

Rate My Calendar is an intelligent calendar analytics tool that helps users understand and optimize their time management through AI-powered insights. By analyzing calendar events and patterns, it provides personalized feedback and visualizations to help users achieve a better work-life balance.

Screenshot 2025-05-11 at 4 02 39 PM

Technology Stack

  • Frontend

    • React.js
    • Next.js
  • Backend

    • AWS Bedrock
    • AWS DynamoDB
    • AWS IAM
  • Authentication

    • AWS Cognito
    • Google OAuth

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • AWS Account with appropriate permissions
  • AWS CLI configured locally

Installation

  1. Clone the repository
git clone https://github.com/yourusername/RateMyCalendar.git
cd RateMyCalendar
  1. Install dependencies
npm install
  1. Set up environment variables
cp .env.example .env
# Add your AWS credentials and configuration
  1. Start the development server
npm run dev