Welcome to my React Portfolio! This is a fully responsive and dark-themed personal portfolio website built with React and Tailwind CSS.
- Modern UI with a dark theme
- About, Skills, Projects, Objectives, and Contact sections
- React Router for seamless navigation
- Dynamic skills progress bars
- Deployed on Vercel
- Frontend: React, Tailwind CSS
- Build Tool: Vite
- Deployment: Vercel
📦 React-Portfolio
├── 📂 src
│ ├── 📂 components (Navbar, Skills, Education, etc.)
│ ├── 📂 assets (Images, icons)
│ ├── 📜 App.jsx
│ ├── 📜 index.jsx
├── 📂 public
├── 📜 package.json
├── 📜 tailwind.config.js
├── 📜 vite.config.js
└── 📜 README.md
git clone https://github.com/CodeCshekhar/React-Portfolio.git
cd React-Portfolio
npm install
npm run dev
- The app will be available at
http://localhost:5173
vercel
vercel --prod
- Modify
src/components/
to update sections. - Update images inside the
public/assets
folder. - Change colors and styles via
tailwind.config.js
.
This project is open-source and available under the MIT License.
Made with ❤️ by Chandrashekhar Wagh