An interactive React-based presentation showcasing my work during my internship at PolicyEngine (Feb-Aug 2025).
Visit: https://policyengine.github.io/maria-microintern
- 🎨 Interactive slide deck format with smooth transitions
- ⌨️ Keyboard navigation (arrow keys)
- 📱 Responsive design
- ✨ Animated components using Framer Motion
- 🎯 TypeScript for type safety
- Intro Slide: Welcome and title
- Background Section: Personal background, education, and photo
- Work Section: Projects and contributions during the internship
- Reflection Section: Key learnings, gratitude, and future outlook
- Node.js 18+
- npm or yarn
npm installnpm startnpm run buildnpm testnpm run lint
npm run typecheckEach section has placeholder content that needs to be populated:
- BackgroundSection.tsx: Add your photo, education, experience, and interests
- WorkSection.tsx: Update project details with your actual work
- ReflectionSection.tsx: Add your personal reflections and takeaways
- GitHub Actions for continuous integration
- Automated testing and building on push
- Deploy to GitHub Pages (optional)
- React 18
- TypeScript
- Styled Components
- Framer Motion
- React Router
- Create React App