This is a single-page portfolio website that introduces me, showcases my skills and projects, and provides a way to contact me.
Check out the live site: Portfolio
- 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.
- Next.js: React framework for building fast and SEO-friendly websites.
- Tailwind CSS: Utility-first CSS framework for creating custom designs.
Follow the instructions below to set up the project on your local machine.
- Clone the repository:
git clone https://github.com/yourusername/portfolio-v1.git
- Navigate to the project directory:
cd portfolio-v1
- Install the dependencies:
npm install
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.
To build the project for production:
npm run build
The build will be optimized and the output will be in the .next
folder.
This project is licensed under the MIT License. See the LICENSE file for more details.