You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 **A personal portfolio showcasing my projects, skills, and achievements.**
3
+
**A personal portfolio showcasing my projects, skills, and achievements.**
4
4
5
-

5
+

6
6
7
7
### **📌 Overview**
8
8
9
-
This is my personal portfolio website, designed to highlight my work as a **Full Stack Developer**. It features a modern UI, responsive design, and smooth animations to create an engaging and interactive experience.
9
+
This is my personal portfolio website, designed to highlight my work as a **Full Stack Developer**. It features a modern UI, responsive design, and smooth animations to create an engaging and interactive experience. Built with Vite for fast development and optimized production builds.
10
10
11
11
### **🔧 Technologies Used**
12
12
13
-
-**HTML5** - Structured and semantic markup
14
-
-**CSS3** - Custom styles with responsive design
15
-
-**JavaScript** - Interactive elements and animations
16
-
-**FontAwesome** - Icons for better UI experience
17
-
-**Git & GitHub** - Version control and project hosting
13
+
-**HTML5** – Semantic, accessible markup
14
+
-**CSS3** – Responsive, modern UI
15
+
-**JavaScript (ES Modules)** – Interactive logic and animations
16
+
-**Vite** – Dev server and build tooling
17
+
-**PostCSS + Autoprefixer** – Cross-browser CSS
18
+
-**ESLint + Prettier + Husky** – Code quality and formatting
19
+
-**Font Awesome (CDN)** – Iconography
20
+
-**@fontsource/poppins** – Typography
21
+
-**Netlify Forms** – Contact form handling
22
+
-**Git & GitHub** – Version control and hosting
18
23
19
24
### **📂 Project Structure**
20
25
21
26
```
22
-
/portfolio-website
23
-
│── /img # Images and assets
24
-
│── styles.css # Stylesheet
25
-
│── script.js # JavaScript file
26
-
│── index.html # Main homepage
27
-
│── README.md # Project documentation
27
+
my-final-portfolio-website
28
+
├── public/
29
+
│ ├── data/ # JSON data (projects, certificates, tech stack)
0 commit comments