Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 1.67 KB

README.md

File metadata and controls

78 lines (50 loc) · 1.67 KB

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.