https://github.com/girish-kor/portfolio-dev
Responsive personal portfolio website built with React.js and SCSS. Showcases projects, skills, and includes interactive UI with modern design.
https://github.com/girish-kor/portfolio-dev
Last synced: 3 months ago
JSON representation
Responsive personal portfolio website built with React.js and SCSS. Showcases projects, skills, and includes interactive UI with modern design.
- Host: GitHub
- URL: https://github.com/girish-kor/portfolio-dev
- Owner: girish-kor
- Created: 2025-03-10T08:37:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T04:30:09.000Z (3 months ago)
- Last Synced: 2025-03-23T05:23:16.296Z (3 months ago)
- Homepage: https://portfolio-dev-1fp4.onrender.com/
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Portfolio

## 📌 Overview
A React-based portfolio showcasing skills, projects, and GitHub repositories dynamically.
🔗 **Live Demo:** [Portfolio Live](https://portfolio-dev-rb30.onrender.com/)
## 🚀 Features
- Fetches GitHub profile and repositories dynamically
- Displays tech skills, soft skills, and interests
- SCSS for styling
- Interactive navigation and smooth UI
- Responsive and optimized for all devices## 🛠Tech Stack
- **Frontend:** React, SCSS, Chart.js
- **Data Fetching:** Axios, GitHub API## 📂 Project Structure
```
portfolio-dev-main/
├── public/
├── src/
│ ├── assets/
│ │ ├── preview.png
│ ├── components/
│ │ ├── ContentNav.jsx
│ │ ├── Footer.jsx
│ │ ├── Header.jsx
│ ├── pages/
│ │ ├── About.jsx
│ │ ├── Contact.jsx
│ │ ├── Projects.jsx
│ ├── main.scss
│ ├── App.jsx
│ ├── index.jsx
├── package.json
├── README.md
```## 📦 Installation
```sh
git clone https://github.com/girish-kor/portfolio-dev.git
cd portfolio-dev
npm install
```## 🚀 Usage
```sh
npm start
```## 🔧 Scripts
- `npm start` – Runs the project in development mode.
- `npm run build` – Builds the project for production.
- `npm run lint` – Lints JavaScript files.
- `npm run format` – Formats code using Prettier.## 📜 License
This project is licensed under the **ISC License**.
## 📬 Contact
For issues or feedback, open an issue at [GitHub Issues](https://github.com/giris-hkor/portfolio-dev/issues).