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.
-
Frontend
- React.js
- Next.js
-
Backend
- AWS Bedrock
- AWS DynamoDB
- AWS IAM
-
Authentication
- AWS Cognito
- Google OAuth
- Node.js (v14 or higher)
- AWS Account with appropriate permissions
- AWS CLI configured locally
- Clone the repository
git clone https://github.com/yourusername/RateMyCalendar.git
cd RateMyCalendar- Install dependencies
npm install- Set up environment variables
cp .env.example .env
# Add your AWS credentials and configuration- Start the development server
npm run dev