https://github.com/zenxen7/portfolio
Portfolio built using Next.js and Magic UI. Deployed using Vercel
https://github.com/zenxen7/portfolio
nextjs vercel
Last synced: about 2 months ago
JSON representation
Portfolio built using Next.js and Magic UI. Deployed using Vercel
- Host: GitHub
- URL: https://github.com/zenxen7/portfolio
- Owner: ZenXen7
- License: other
- Created: 2025-02-19T12:15:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T12:22:36.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:29:40.429Z (over 1 year ago)
- Topics: nextjs, vercel
- Language: TypeScript
- Homepage: https://kc-portfolio-green.vercel.app
- Size: 2.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to my portfolio repository! This project showcases my work, skills, and experiences as a software developer.
## 🌐 Live Demo
Check out the live version of my portfolio here: [kcajero-portfolio.vercel.app](https://kcajero-portfolio.vercel.app)
## 🛠️ Technologies Used
- **Frontend:** Next.js, React, Tailwind CSS, ShadCN UI
- **Deployment:** Vercel
- **Tools & Libraries:** Framer Motion (for animations), React Icons, and more
## 📂 Installation & Setup
If you'd like to run this project locally, follow these steps:
```sh
# Clone the repository
git clone https://github.com/your-github-username/your-portfolio-repo.git
# Navigate to the project directory
cd your-portfolio-repo
# Install dependencies
npm install
# Run the development server
npm run dev
# Open http://localhost:3000 in your browser to see the portfolio in action.
```