https://github.com/themrsami/saeed-portfolio
A client's modern, responsive portfolio website built with Next.js 15 and TypeScript for Saeed Ijaz, a Creative Designer. View live at saeedijaz.vercel.app
https://github.com/themrsami/saeed-portfolio
glassmorphism nextjs-portfolio portfolio-design portfolio-website tailwindcss
Last synced: 6 months ago
JSON representation
A client's modern, responsive portfolio website built with Next.js 15 and TypeScript for Saeed Ijaz, a Creative Designer. View live at saeedijaz.vercel.app
- Host: GitHub
- URL: https://github.com/themrsami/saeed-portfolio
- Owner: themrsami
- Created: 2024-11-22T18:17:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:37:29.000Z (9 months ago)
- Last Synced: 2025-01-19T15:32:43.291Z (9 months ago)
- Topics: glassmorphism, nextjs-portfolio, portfolio-design, portfolio-website, tailwindcss
- Language: TypeScript
- Homepage: https://saeedijaz.vercel.app
- Size: 251 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saeed's Portfolio
A modern, responsive portfolio website built with Next.js 15 and TypeScript for Saeed Ijaz, a Creative Designer. View live at [saeedijaz.vercel.app](https://saeedijaz.vercel.app)
## Features
- 🎨 Modern UI/UX with smooth animations and transitions
- 📱 Fully responsive design
- 🌙 Custom cursor effects
- 🎠Interactive portfolio grid with category filtering
- 🎯 Smooth scroll navigation
- 💫 Glassmorphism design elements
- 📬 Contact form integration
- âš¡ Optimized performance with Turbopack## Tech Stack
- Next.js 15 with Turbopack
- TypeScript
- Tailwind CSS
- React Icons## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/saeed-portfolio.git
cd saeed-portfolio
```2. Install dependencies:
```bash
npm install
```3. Run the development server with Turbopack:
```bash
npm run dev
```4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Project Structure
```
saeed-portfolio/
├── app/
│ └── page.tsx
└── components/
├── About.tsx
├── Contact.tsx
├── Footer.tsx
├── Hero.tsx
├── Navbar.tsx
├── Portfolio.tsx
└── Services.tsx
```## Live Demo
Visit [saeedijaz.vercel.app](https://saeedijaz.vercel.app) to see the live version.
## Credits
- Design & Development by [Usama](https://usamalabs.vercel.app)
- Icons from [React Icons](https://react-icons.github.io/react-icons)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.