A collaborative real-time retrospective tool for agile teams.
"Grow Understanding, Explore Perspectives, Inspire Next."
- Real-time collaboration - Multiple team members can participate simultaneously
- Interactive whiteboard - Digital sticky notes for collecting feedback
- Team icebreakers - Built-in activities like "Two Truths One Lie" and drawing exercises
- Vote & prioritize - Democratic voting system for identifying key issues
- AI-powered summaries - Automated insights and action items
- User-friendly interface - Clean, intuitive design with avatars and timers
- Frontend: React 19 + TypeScript + Tailwind CSS
- Backend: Firebase (Firestore + Realtime Database)
- Build Tool: Vite
- Hosting: Firebase Hosting
- AI Integration: Gemini API for summaries
-
Clone the repository
git clone https://github.com/yourusername/easy-retrospective.git cd easy-retrospective -
Install dependencies
npm install
-
Configure Firebase
- Create a Firebase project
- Add your Firebase config to
src/config/firebase.ts - Set up Firestore and Realtime Database
-
Run development server
npm run dev
-
Build for production
npm run build
Deploy to Firebase Hosting:
npm run deploy- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is open source and available under the MIT License.