Skip to content

galkremer1/galkremer1.github.io

Repository files navigation

personal-portfolio/personal-portfolio/README.md

Personal Portfolio

A modern portfolio website built with Next.js, TypeScript, and Tailwind CSS.

Features

  • ⚡️ Next.js 13 with App Router
  • 🔥 TypeScript
  • 💨 Tailwind CSS
  • 📱 Responsive design
  • 🎨 Custom color scheme
  • 🚀 Fast page loads
  • 📦 Component-based architecture

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm 9.x or later

Installation

  1. Clone the repository:

    git clone https://github.com/galkremer1/personal-portfolio.git
  2. Navigate to the project directory:

    cd personal-portfolio
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser

Project Structure

personal-portfolio/
├── src/
│   ├── app/
│   │   ├── layout.tsx
│   │   └── page.tsx
│   ├── components/
│   │   ├── About.tsx
│   │   ├── Contact.tsx
│   │   ├── Header.tsx
│   │   └── Skills.tsx
│   └── styles/
│       └── globals.css
├── public/
│   └── images/
│       └── gal.png
├── tailwind.config.js
└── package.json

Deployment

This site is deployed on GitHub Pages. Visit https://galkremer1.github.io

Deploy Manually

npm run deploy

Built With

License

This project is licensed under the MIT License

About

A simple porfolio that showcase my latest projects and skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published