_____ _ __ _ _ | __ \ | | / _| | (_) | |__) |__ _ __| |_| |_ ___ | |_ ___ | ___/ _ \| '__| __| _/ _ \| | |/ _ \ | | | (_) | | | |_| || (_) | | | (_) | |_| \___/|_| \__|_| \___/|_|_|\___/
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
portfolio/
āāā node_modules/
āāā public/
āāā src/
ā āāā assets/
ā ā āāā css/
ā ā ā āāā index.css
ā ā ā āāā tomorrow.css
ā ā āāā images/
ā āāā components/
ā ā āāā ui/
ā ā ā āāā Reusable Components/
ā ā ā ā āāā badge.jsx
ā ā ā ā āāā button.jsx
ā ā ā ā āāā card.jsx
ā ā ā ā āāā EducationLoader.jsx
ā ā ā ā āāā evervault-card.jsx
ā ā ā ā āāā flip-words.jsx
ā ā ā ā āāā icon-cloud.jsx
ā ā ā ā āāā meteors.jsx
ā ā ā ā āāā sparkles-text.jsx
ā ā ā ā āāā tooltip.jsx
ā ā ā ā
ā ā ā āāā Main Components/
ā ā ā ā āāā AnimatedGrid.jsx
ā ā ā ā āāā Contact.jsx
ā ā ā ā āāā Education.jsx
ā ā ā ā āāā enhanced-portfolio-card.jsx
ā ā ā ā āāā Experience.jsx
ā ā ā ā āāā global.jsx
ā ā ā ā āāā Header.jsx
ā ā ā ā āāā Hero.jsx
ā ā ā ā āāā Home.jsx
ā ā ā ā āāā PortfolioPage.jsx
ā ā ā ā āāā Projects.jsx
ā ā ā ā āāā Skills.jsx
ā ā āāā lib/
ā ā āāā utils.js
ā āāā pages/
ā ā āāā About/
ā ā ā āāā About.jsx
ā ā āāā Contact/
ā ā ā āāā Contact.jsx
ā ā āāā Experience/
ā ā ā āāā Experience.jsx
ā ā āāā Header/
ā ā ā āāā Header.jsx
ā ā āāā Hero/
ā ā ā āāā Hero.jsx
ā ā āāā Projects/
ā ā ā āāā Projects.jsx
ā ā ā āāā testProjects.jsx
ā ā āāā Skills/
ā ā āāā Skills.jsx
ā āāā App.jsx
ā āāā main.jsx
āāā Configuration Files/
ā āāā .eslintrc.js
ā āāā .gitignore
ā āāā components.json
ā āāā index.html
ā āāā jsconfig.json
ā āāā package-lock.json
ā āāā package.json
ā āāā postcss.config.js
ā āāā README.md
ā āāā tailwind.config.js
ā āāā vercel.json
ā āāā vite.config.js
The portfolio website consists of the following sections:
You will need to download Git and Node to run this project.
git --version
node --version
git clone https://github.com/seraprogrammer/portfolio.git
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)