Skip to content

MaciejDabek/portfolio-v1

Repository files navigation

Portfolio

This is a single-page portfolio website that introduces me, showcases my skills and projects, and provides a way to contact me.

Demo

Check out the live site: Portfolio

Features

  • Introduction: Provides a brief overview of who I am and what I do.
  • Skills Showcase: Highlights the key technologies and tools I have experience with.
  • Project Portfolio: Displays a collection of my best projects with descriptions and links.
  • Contact Form: Allows users to reach out to me directly through a contact form.

Technologies Used

  • Next.js: React framework for building fast and SEO-friendly websites.
  • Tailwind CSS: Utility-first CSS framework for creating custom designs.

Getting Started

Follow the instructions below to set up the project on your local machine.

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/portfolio-v1.git
  1. Navigate to the project directory:
cd portfolio-v1
  1. Install the dependencies:
npm install

Running the Project

To run the project in development mode:

npm run dev

This will start a local development server. Open your browser and go to http://localhost:3000 to see the project.

Building the Project

To build the project for production:

npm run build

The build will be optimized and the output will be in the .next folder.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

This is my single-page portfolio website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published