Welcome to my personal portfolio repository! This repository contains the code for my personal website where I showcase my projects, skills, and achievements. The website is built using React components and basic SCSS for styling.
- Project Showcase: Browse through my diverse range of projects and get detailed information about each one.
- Skills and Expertise: Explore my skills and expertise in various technologies and disciplines.
- About Me: Get to know more about me, my background, and my passion for technology.
- Contact and Connect: Reach out to me through the contact details provided or connect with me on social media.
- React: A JavaScript library for building user interfaces.
- SCSS: A popular CSS preprocessor that adds power and flexibility to CSS stylesheets.
- Clone the repository:
git clone https://github.com/your-username/portfolio.git
- Navigate to the project directory:
cd portfolio
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:5173
to view the portfolio website.