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 modern, highly interactive personal portfolio built with React. Evolved from an open-source template, this project has been extensively customized with a focus on **fluid animations**, **glassmorphic design**, and a **wonderful user experience**.
17
8
18
9
Whether viewed on a desktop or a mobile device, the portfolio adapts seamlessly—featuring dynamic navigation systems, interactive project showcases, and subtle visual feedback that brings the interface to life.
-**Modern Tech Stack**: Built with React 18, React Router v6, and Bootstrap 5.
30
31
-**Advanced Navigation System**:
31
32
- Desktop: Floating glassmorphic top pill navigation with an optional side panel.
@@ -43,6 +44,7 @@ Whether viewed on a desktop or a mobile device, the portfolio adapts seamlessly
43
44
## Prerequisites & Setup
44
45
45
46
Clone down this repository. You will need these tools installed:
47
+
46
48
-`git` (for cloning)
47
49
-`node` 20.x (LTS) and `npm` (bundled with Node)
48
50
- Optional: `nvm` for managing Node versions
@@ -51,19 +53,21 @@ Clone down this repository. You will need these tools installed:
51
53
## Local Development
52
54
53
55
Install dependencies and start the development server:
56
+
54
57
```bash
55
58
npm install
56
59
npm start
57
60
```
58
61
59
-
Runs the app in the development mode.\
62
+
Runs the app in the development mode.
60
63
Open [http://localhost:3001](http://localhost:3001) to view it in the browser.
61
64
62
65
The page will reload if you make edits.
63
66
64
67
## Usage & Customization
65
68
66
-
Open the project folder and navigate to `/src/components/`. <br/>
69
+
Open the project folder and navigate to `/src/components/`.
70
+
67
71
Each section is modularized for clarity, making it easy to adjust structure, visuals, or interactions as the portfolio evolves.
68
72
69
73
-**Data Customization**: Update your personal information, projects, and experiences in the respective data files (e.g., `src/components/Projects/ProjectData.js`).
@@ -73,9 +77,11 @@ Each section is modularized for clarity, making it easy to adjust structure, vis
73
77
## Acknowledgements
74
78
75
79
Grateful to the open-source community and the following projects for inspiration and building blocks:
0 commit comments