https://github.com/codecshekhar/react-portfolio
This repository contains React concepts to create a portfolio
https://github.com/codecshekhar/react-portfolio
css3 html javascript react reactjs
Last synced: 21 days ago
JSON representation
This repository contains React concepts to create a portfolio
- Host: GitHub
- URL: https://github.com/codecshekhar/react-portfolio
- Owner: CodeCshekhar
- Created: 2025-02-11T07:50:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T15:09:27.000Z (about 1 year ago)
- Last Synced: 2025-04-06T16:23:14.480Z (about 1 year ago)
- Topics: css3, html, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://chandrashekhar-wagh-react-portfolio-mauve-nine-85.vercel.app/
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 React Portfolio
Welcome to my **React Portfolio**! This is a fully responsive and dark-themed personal portfolio website built with React and Tailwind CSS.
## 🌟 Features
- **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**
## 🔧 Tech Stack
- **Frontend:** React, Tailwind CSS
- **Build Tool:** Vite
- **Deployment:** Vercel
## 📂 Project Structure
```
📦 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
```
## 🚀 Getting Started
### 1️⃣ Clone the Repository
```bash
git clone https://github.com/CodeCshekhar/React-Portfolio.git
cd React-Portfolio
```
### 2️⃣ Install Dependencies
```bash
npm install
```
### 3️⃣ Run the Project Locally
```bash
npm run dev
```
- The app will be available at `http://localhost:5173`
## 🌍 Deployment on Vercel
### **Deploy Manually**
```bash
vercel
```
### **Deploy Production Version**
```bash
vercel --prod
```
## 🛠️ Customization
- Modify `src/components/` to update sections.
- Update images inside the `public/assets` folder.
- Change colors and styles via `tailwind.config.js`.
## 📜 License
This project is open-source and available under the **MIT License**.
---
Made with ❤️ by **Chandrashekhar Wagh**