import { motion } from "framer-motion"; const fadeInUp = { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.6 }, }; const staggerContainer = { animate: { transition: { staggerChildren: 0.1, }, }, }; export const Projects = () => { return ( My Projects window.open("https://app.powerbi.com/view?r=eyJrIjoiZWVlNmI0MzUtMmVlOC00OTY4LWExODAtYzljYThjNjU5M2JkIiwidCI6ImE5ZjM5NjdkLTQwOWItNDNmNy05MjQ2LTY2YjljNTQzYTRkNSJ9", "_blank")} >

Robert De Niro: A Data-Driven Filmography

An interactive deep dive into Robert De Niro's film career through a crunching the data from Movie Database APIs.

SQL Python PowerBI
window.open("https://app.powerbi.com/view?r=eyJrIjoiMTdmMzVlNGMtYzhkMS00OTFkLWIwYzEtZmY2ODIyYjJkOGY1IiwidCI6ImE5ZjM5NjdkLTQwOWItNDNmNy05MjQ2LTY2YjljNTQzYTRkNSJ9&pageName=b178d00c0c03a7a3409e", "_blank")} >

Little Dictionary of Fashion by Christian Dior

An interactive Power BI applet allowing for exploration of Christian Dior's fashion from the 50s.

Python PowerBI
window.open("https://github.com/millyz2023/Brown-Housing-Notification/", "_blank")} >

Brown Housing Notifications

A python script that scrapes Brown University's off-campus housing website and sends notifications via email when new housing options become available.

Python RESTful APIs SMTP
window.open("https://github.com/millyz2023/Find-your-flight", "_blank")} >

Find Your Flight

Uses the Flight Search APIs to ease the process of making a perfect travel plan.

Python RESTful APIs
); };