Welcome to my personal portfolio. This site is designed to professionally showcase my skills, experience, projects, and how to get in touch with me. Built with modern technologies like React, Vite, Tailwind CSS, and Framer Motion, it offers a fast, responsive, and visually appealing experience.
portfolio/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── ui/
│ │ └── lib/
│ ├── pages/
│ ├── App.jsx
│ └── main.jsx
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
├── vercel.json
└── vite.config.js- Home – Introduction and visual greeting
- Skills – Technical skills (frontend, tools, etc.)
- Experience – Work history and relevant roles
- Education – Academic background and certifications
- Projects – Showcase of works with links and descriptions
- Contact – Form or links to reach out
| Technology | Purpose |
|---|---|
| React | Building user interface |
| Vite | Lightning-fast build tool |
| Tailwind CSS | Modern utility-first styling |
| Framer Motion | Smooth animations |
| React Icons | Scalable vector icons |
| Vercel | Deployment platform |
To run this project locally:
- Clone the repository
git clone https://github.com/Nahia-24/portfolio.git cd portfolio - Install dependencies
npm install
- Start the development serverl
npm run dev
This project is licensed under the MIT License, including the base template. See the LICENSE file for more information.
Base template by Nazmul Hossain Adaptation and customization by Nahia M.