https://github.com/iamsuudi/journey
A comprehensive portfolio built with Next.js and Shadcn UI, featuring blogs, project case studies, and a clean, responsive design
https://github.com/iamsuudi/journey
blogs case-study mdx nextjs portfolio-website responsive-design shadcn-ui tailwindcss typescript
Last synced: 2 months ago
JSON representation
A comprehensive portfolio built with Next.js and Shadcn UI, featuring blogs, project case studies, and a clean, responsive design
- Host: GitHub
- URL: https://github.com/iamsuudi/journey
- Owner: iamsuudi
- Created: 2024-08-21T21:25:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T09:14:51.000Z (over 1 year ago)
- Last Synced: 2025-08-12T13:43:26.652Z (10 months ago)
- Topics: blogs, case-study, mdx, nextjs, portfolio-website, responsive-design, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://journey-azure.vercel.app
- Size: 3.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Journey
Welcome to my personal portfolio, built using modern technologies including **Next.js**, **Shadcn/UI**, **TailwindCSS**, **MDX**, and **TypeScript**. This portfolio showcases my projects, blogs, and skills, with smooth animations and responsive design.
## 🛠️ Tech Stack
- **Framework:** [Next.js](https://nextjs.org/)
- **UI Components:** [Shadcn/UI](https://ui.shadcn.dev/)
- **Styling:** [TailwindCSS](https://tailwindcss.com/)
- **Markdown Support:** [MDX](https://mdxjs.com/)
- **Type Checking:** [TypeScript](https://www.typescriptlang.org/)
## ✨ Features
- **Blogs Page:** Explore in-depth blogs written using MDX, with code snippets and rich formatting.
- **Projects Case Studies:** A dedicated section showcasing detailed case studies for my key projects.
- **Responsive Design:** The site is fully responsive and works seamlessly across all devices.
## 📸 Screenshots
### Homepage

### Projects Section

### Blog Page

## 🚀 Getting Started
### 1. Clone the repository:
```bash
git clone https://github.com/iamsuudi/journey.git
cd your-portfolio
```
### 2. Install dependencies:
```bash
pnpm install
```
### 3. Start the development server:
```bash
pnpm dev
```
### 4. Build for production:
```bash
pnpm run build
pnpm start
```
## 🔗 Live Demo
Check out the live version of the portfolio: [My Portfolio](https://sh.abdulfetah.com/)
## 🤝 Contributing
Feel free to fork the project and submit pull requests if you'd like to contribute!