An open API service indexing awesome lists of open source software.

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

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.