Skip to content

KamelTouati/personal-portfolio-v2

Repository files navigation

Portfolio Page

This is the repository for my personal portfolio page, built with Next.js and Tailwind CSS.

Table of Contents

Overview

This project showcases my personal portfolio, highlighting my projects, skills, and contact information. It is designed to be responsive and visually appealing, making use of modern web development practices.

Features

  • Responsive design
  • Interactive animations
  • Showcases projects and skills

Technologies Used

  • Next.js: A React framework for production.
  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework.
  • Framer Motion: A library for animations.
  • React Icons: A collection of popular icons as React components.
  • Material Tailwind: Tailwind CSS components library.

Installation

To get started with this project, clone the repository and install the dependencies:

git clone https://github.com/KamelTouati/personal-portfolio-v2
cd portfolio-page
npm install

Usage

To run the development server, use the following command:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To build the project for production, run:

npm run build

To start the production server, run:

npm start

Scripts

  • dev: Runs the application in development mode.
  • build: Builds the application for production.
  • start: Starts the production server.
  • lint: Runs ESLint to analyze the code for potential errors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published