Welcome to my portfolio website! This site showcases my skills, experience, education, projects, and how to get in touch with me. It's built with React and Vite for a fast, modern web experience. You can explore my work, learn about my journey, and contact me directly.
Check out the live preview of the portfolio website here: Live Demo
Project Structure
The portfolio website consists of the following sections:
About: Introduction and a brief overview.
Skills: A detailed list of my technical skills.
Experience: My professional journey and work experience.
Education: Academic background and certifications.
Projects: A showcase of the projects I've worked on.
Contact: Information on how to reach out to me.
You will need to download Git and Node to run this project.
git --version
node --version
git clone https://github.com/seraprogrammer/portfolio-v2
Navigate to the Project Directory 📂 Once the repository is cloned, change your directory to the project folder:
cd portfolio
Install Dependencies ⚙️ From the root directory of your project, install the necessary packages:
npm install
Run the Development Server 🚀 Start the development server to see your project live:
npm run dev
View the Project 🌐 Open your browser and visit http://localhost:5173/ to see the result! 🎉
This project is licensed under the MIT License - see the LICENSE file for details.