This is a portfolio website showcasing animations and routing functionality, built with React.
Check out the live demo here: Media Fusion Portfolio
- framer-motion: For animations and transitions.
- react: Core library for building the UI.
- react-dom: For DOM rendering.
- react-intersection-observer: For lazy-loading content based on scroll position.
- react-router-dom: For handling routing between pages.
- react-scripts: For running the development server and building the project.
- styled-components: For styling components using tagged template literals.
- Smooth page transitions using
framer-motion
. - Routing implemented with
react-router-dom
. - Responsive design with
styled-components
for dynamic styling.
- Clone the repository:
git clone https://github.com/AhmedNadeemGondal/media-fusion-portfolio.git