This is my personal portfolio website showcasing my projects, skills, and experience in web development. Itβs built with modern web technologies to provide a responsive and user-friendly experience. Live version
- π₯οΈ Responsive design (mobile-first)
- π Projects showcase with descriptions and links
- π§βπ» About Me section
- π¬ Contact form / links to connect
- Frontend: React.js
- Styling: CSS Modules
- Deployment: Vercel
portfolio/
βββ public/ # Static assets (images, icons, etc.)
βββ src/ # Source code
β βββ components/ # Reusable UI components
β βββ pages/ # App pages (Home, About, Projects, Contact)
β βββ App.js # Main entry point
βββ package.json
βββ README.md
Clone the repository and install dependencies:
git clone https://github.com/FarzanehAhmadi/portfolio.git
cd portfolio
npm install
npm run dev
This project is licensed under the MIT License.