This is my personal portfolio website where I showcase my projects, experience, and skills. It serves as a platform to present my work and connect with potential employers or collaborators. Feel free to explore it!
- Responsive Design: The website is fully responsive and works on all devices.
- Interactive Animations: Utilizes Framer Motion for smooth animations.
- Project Showcase: Displays my projects with descriptions and links to their repositories.
- Experience Section: Highlights my professional experience.
- Contact Form: Allows visitors to reach out to me directly through the website.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Seb0927/personal-portfolio.git cd personal-portfolio -
Install dependencies:
npm install
-
Run the development server:
npm run dev
After installing the project, you can navigate to http://localhost:3000 in your browser to view the website. You can explore different sections such as About Me, Projects, Experience, and Contact. In this project I have tried to make use of components in the best possible way so they can be understood in the easily.
- React: JavaScript library for building user interfaces.
- Framer Motion: Library for animations.
- Tailwind CSS: Utility-first CSS framework.
- Vite: Next-generation frontend tooling.
- GitHub Pages: Hosting the website.
