This is the repository for my personal portfolio page, built with Next.js and Tailwind CSS.
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.
- Responsive design
- Interactive animations
- Showcases projects and skills
- 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.
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 installTo run the development server, use the following command:
npm run devOpen http://localhost:3000 with your browser to see the result.
To build the project for production, run:
npm run buildTo start the production server, run:
npm startdev: 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.