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

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

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.
```