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.
- Host: GitHub
- URL: https://github.com/fireplank/portfolio
- Owner: FirePlank
- License: gpl-3.0
- Created: 2024-10-30T10:04:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T22:37:07.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:29:28.421Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://jessesissala.com
- Size: 6.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!