An open API service indexing awesome lists of open source software.

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

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**