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

https://github.com/fireplank/portfolio

A portfolio website that showcases me and my skills.
https://github.com/fireplank/portfolio

Last synced: 20 days ago
JSON representation

A portfolio website that showcases me and my skills.

Awesome Lists containing this project

README

          

# Personal Portfolio

Welcome to my personal portfolio! Built with [Next.js](https://nextjs.org) and [Tailwind CSS](https://tailwindcss.com), this project showcases my skills, experience, and projects.

## ✨ Features
- **Modern UI** powered by Tailwind CSS
- **Responsive Design** for all devices
- **Fast Performance** with Next.js optimizations

## 🚀 Getting Started

To run the project locally, follow these steps:

### 1. Clone the Repository
```bash
git clone https://github.com/FirePlank/Portfolio/
cd Portfolio
```

### 2. Install Dependencies
```bash
npm install # or yarn install
```

### 3. Start Development Server
```bash
npm run dev # or yarn dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to view the site.

## 📂 Project Structure
- `app/page.tsx` - Main page component
- `components/` - Reusable UI components
- `public/assets` - Static assets (images, icons, etc.)

## 📬 Connect with Me
- Portfolio: [jessesissala.com](https://jessesissala.com)
- LinkedIn: [linkedin.com/in/jesse-sissala](linkedin.com/in/jesse-sissala/)
- GitHub: [github.com/FirePlank](https://github.com/FirePlank/)

If you like this project, consider giving it a ⭐ on GitHub!