Welcome to my personal developer portfolio! This project is a responsive, interactive, and fast website built using React and Vite, inspired by modern design trends and clean UX principles. It showcases who I am, what I’ve done, and how you can get in touch with me.
You can view the live site here: [https://kondwani-padyera.vercel.app]
- Home – Quick intro and tagline
- About – My background, interests, and values
- Resume – Timeline of my education and experience
- Skills – Technologies and tools I work with
- Projects – Highlighted personal and academic projects
- Contact – Ways to reach out to me
- ⚡ Vite – Super-fast dev server and build tool
- ⚛️ React – Component-based UI
- 🎨 Tailwind CSS – Utility-first styling
- 📦 React Icons – Icon library
- 📁 TypeScript – (optional) Strong typing for reliability
- Node.js (>= 16)
- npm or yarn
- Clone the repository git clone [https://github.com/KhoTheProgrammer/Portfolio.git] cd Portfolio
- Install dependencies npm install
- Start the development server npm run dev
- Open your browser and navigate to [http://localhost:5173]
Portfolio/ ├── public/ ├── src/ │ ├── assets/ │ ├── components/ │ ├── App.tsx │ └── main.tsx ├── .gitignore ├── index.html ├── package.json └── tailwind.config.js
- Update content in [src/components/] like [Home.tsx], [About.tsx], etc.
- Update your skills in [SkillsSection.tsx] using your personal stack.
- Swap icons using [https://react.dev] (React Icons)
Feel free to connect with me via the Contact section of the site or through:
- Email: [kondwanipadyera@gmail.com]
- Github: [https://github.com/KhoTheProgrammer]
This project is open-source and available under the [MIT License].