https://github.com/miwalaa/my-portfolio
Personal portfolio website built with Next.js, TypeScript, and Tailwind CSS. Showcases my projects, skills, and experience with a clean, modern design.
https://github.com/miwalaa/my-portfolio
nextjs portfolio portfolio-optimization portfolio-page portfolio-project portfolio-site portfolio-website tailwind tailwind-css tailwindcss typescript
Last synced: 2 months ago
JSON representation
Personal portfolio website built with Next.js, TypeScript, and Tailwind CSS. Showcases my projects, skills, and experience with a clean, modern design.
- Host: GitHub
- URL: https://github.com/miwalaa/my-portfolio
- Owner: miwalaa
- Created: 2025-02-06T13:47:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-14T14:01:11.000Z (over 1 year ago)
- Last Synced: 2025-02-14T14:39:59.306Z (over 1 year ago)
- Topics: nextjs, portfolio, portfolio-optimization, portfolio-page, portfolio-project, portfolio-site, portfolio-website, tailwind, tailwind-css, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://miwalaksmana.vercel.app
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Portfolio

This is my personal portfolio website, built to showcase my projects, blogs, and experience as a front-end developer. It features a minimalist, modern design with smooth animations and responsive layouts.
🛠️ Installation Steps:
1. Clone the repository
Open Git Bash or your terminal and run:
```
git clone https://github.com/miwalaa/my-portfolio.git
```
2. Navigate to the project folder
```
cd my-portfolio
```
3. Install dependencies
```
npm install
```
4. Start the development server
```
npm run dev
```
5. Open the project in your browser
Visit:
```
http://localhost:3000