DevByHimani

💻 DevByHimani - Developer Portfolio

A clean, responsive, and customizable React.js Developer Portfolio to showcase your work, experience, projects, and achievements. Built using the DeveloperFolio template and personalized by Himani Zambare.

🚀 Live Demo

🌐 Visit: https://himanizambare.github.io/DevByHimani


📑 Table of Contents


✨ Features

✔️ About Me Section
✔️ Skills Display
✔️ Education Timeline
✔️ Work Experience
✔️ GitHub-Connected Open Source Projects
✔️ Big Projects Showcase
✔️ Certifications & Achievements
✔️ Blogs (Optional Medium Integration)
✔️ Contact Form
✔️ Twitter Feed
✔️ GitHub Stats
✔️ Mobile Responsive Design
✔️ Lottie Animations Support


🛠 Getting Started

Make sure you have the following installed:

node -v >= 10.16.0
npm -v >= 6.9.0
git -v >= 2.17.1

📦 Install dependencies

Clone the repo

git clone https://github.com/Himanizambare/DevByHimani.git

Enter project directory

cd DevByHimani

Install dependencies

npm install

▶️ Run the application

```npm start


## 📁 Folder Structure

DevByHimani/ │ ├── public/ │ ├── index.html │ └── … │ ├── src/ │ ├── assets/ # Images and Lottie files │ ├── components/ # Reusable components │ ├── containers/ # Page sections (Home, Skills, Projects, etc.) │ ├── portfolio.js # 🧠 Main configuration file │ ├── App.js # Root component │ └── index.js # Entry point │ ├── .env # Environment variables ├── package.json └── README.md


## 🔐 Environment Setup
```REACT_APP_GITHUB_TOKEN = "your_github_token"
GITHUB_USERNAME = "Himanizambare"
USE_GITHUB_DATA = "true"
MEDIUM_USERNAME = "your_medium_username" # optional

🎨 Customization

src/portfolio.js

🧰 Technologies Used