Welcome to my personal portfolio website! This project showcases my skills, projects, and professional background as a developer passionate about problem solving, machine learning, and web development.
🔗 View Portfolio
(Replace with your actual live site link if deployed)
my-portfolio/
├── index.html # Main landing page
├── about.html # About Me page
├── blogs.html # Blog section (optional)
├── styleMain.css # Styling for the entire website
├── lesson.js # JavaScript for navigation and interaction
├── assets/ # Images and media
└── README.md # Project documentation
## 🛠️ Technologies Used
- **HTML5**
- **CSS3**
- **JavaScript**
- **Font Awesome** (for icons)
- **Firebase** (Analytics integration)
---
## 🔍 Features
- Responsive **navbar** for smooth navigation.
- Engaging **About Me** section with intro and profile image.
- Detailed **Skills** section with icons and descriptions.
- Interactive **Projects** section with descriptions and preview images.
- **Experience summary** (CGPA, solved problems, etc.).
- Footer with social icons and quick links.
- Integrated **Firebase Analytics** for usage tracking.
---
## 🧠 Highlights
- 📊 **Machine Learning Projects** – Titanic survival prediction with Logistic Regression, Random Forest, and XGBoost.
- 🌐 **Web Design Projects** – Amazon clone using HTML & CSS; custom portfolio design.
- 💻 **C++ OOP Project** – Walmart Shopping Cart system using file handling, exception handling, and role-based access.
---
## 📲 Firebase Setup (Optional)
This project uses Firebase Analytics.
To enable your own Firebase features:
1. Go to [Firebase Console](https://console.firebase.google.com/)
2. Create a new project.
3. Replace the config in your `index.html`:
```js
const firebaseConfig = {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_DOMAIN",
projectId: "YOUR_PROJECT_ID",
...
};
📦 How to Run Locally
1. Clone the repository:
git clone https://github.com/your-username/your-portfolio.git
cd your-portfolio
2. Open index.html in your browser or use a Live Server extension.
🧑💻 Author
Aditya Negi
🔗 LinkedIn ---> https://www.linkedin.com/in/aditya-negi-053678297/
🐙 GitHub ----> https://github.com/adinegi8273
📄 License
This project is open-source and available under the MIT License.
💡 Contributions
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.






