A pixel-perfect implementation of a Figma design using modern frontend tools.
This project is a Figma to Code conversion that I built to practice and showcase my frontend development skills through real-world UI implementation.
It focuses on clean structure, responsive layout, and maintainable code.
- βοΈ React
- π¨ Tailwind CSS
- π§± Framer Motion
- π οΈ Vite
- Improved understanding of layout building
- Practiced responsive design
- Strengthened Design/Figma-to-code workflow
- Learned to translate Figma design tokens β colors, spacing, typography, and alignment β into clean, consistent code
src/
β£ assets/
β£ components/
β£ lib/
β£ styles/
β£ App.jsx
β main.jsx
- β Pixel-perfect from Figma
- β Fully responsive (mobile-first)
- β Reusable components
- β Semantic HTML structure
- π¨ Figma URL: View Design
# Clone project
git clone https://github.com/fazle-rabi-dev/findtrend
# Move into folder
cd project-name
# Install dependencies
npm install
# Run locally
npm run dev