Skip to content

Commit f8f4999

Browse files
committed
Update README.
1 parent 30f0af8 commit f8f4999

7 files changed

Lines changed: 24 additions & 18 deletions

File tree

README.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
1-
<h2 align="center">
2-
Bits of Me - Personal Portfolio <br/>
3-
<a href="https://magicherry.github.io/" target="_blank">magicherry.github.io</a>
4-
</h2>
5-
6-
<p align="center">
7-
<img src="https://img.shields.io/badge/React-18.3.1-0f172a?logo=react&logoColor=61DAFB">
8-
<img src="https://img.shields.io/badge/HTML5-Standard-0f172a?logo=html5&logoColor=E34F26">
9-
<img src="https://img.shields.io/badge/JavaScript-ES2023-0f172a?logo=javascript&logoColor=F7DF1E">
10-
<img src="https://img.shields.io/badge/Node.js-20.x-0f172a?logo=nodedotjs&logoColor=3C873A">
11-
<img src="https://img.shields.io/badge/Vercel-Analytics-0f172a?logo=vercel&logoColor=white">
12-
</p>
1+
## Bits of Me - Personal Portfolio
2+
3+
[magicherry.github.io](https://magicherry.github.io/)
134

145
## Overview
156

167
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**.
178

189
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.
1910

20-
### Home Page (with Top Navigation)
21-
![Home Page](preview/Home.png)
11+
### Previews
12+
13+
#### Desktop
14+
15+
| Home | About |
16+
| :---: | :---: |
17+
| ![Home (Desktop)](preview/Home_desktop.png) | ![About (Desktop)](preview/About_with_side_bar_desktop.png) |
18+
19+
#### Mobile
20+
21+
| Home | Tracks |
22+
| :---: | :---: |
23+
| ![Home (Mobile)](preview/Home_mobile.png) | ![Tracks (Mobile)](preview/Tracks_mobile.png) |
2224

23-
### About Page (with Side Navigation)
24-
![About Page](preview/About.png)
2525

2626
---
2727

2828
## Highlights & Features
29+
2930
- **Modern Tech Stack**: Built with React 18, React Router v6, and Bootstrap 5.
3031
- **Advanced Navigation System**:
3132
- 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
4344
## Prerequisites & Setup
4445

4546
Clone down this repository. You will need these tools installed:
47+
4648
- `git` (for cloning)
4749
- `node` 20.x (LTS) and `npm` (bundled with Node)
4850
- Optional: `nvm` for managing Node versions
@@ -51,19 +53,21 @@ Clone down this repository. You will need these tools installed:
5153
## Local Development
5254

5355
Install dependencies and start the development server:
56+
5457
```bash
5558
npm install
5659
npm start
5760
```
5861

59-
Runs the app in the development mode.\
62+
Runs the app in the development mode.
6063
Open [http://localhost:3001](http://localhost:3001) to view it in the browser.
6164

6265
The page will reload if you make edits.
6366

6467
## Usage & Customization
6568

66-
Open the project folder and navigate to `/src/components/`. <br/>
69+
Open the project folder and navigate to `/src/components/`.
70+
6771
Each section is modularized for clarity, making it easy to adjust structure, visuals, or interactions as the portfolio evolves.
6872

6973
- **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
7377
## Acknowledgements
7478

7579
Grateful to the open-source community and the following projects for inspiration and building blocks:
80+
7681
- [React](https://react.dev)
7782
- [Bootstrap](https://getbootstrap.com/)
7883
- [React-Bootstrap](https://react-bootstrap.github.io/)
7984
- [React Icons](https://react-icons.github.io/react-icons)
8085
- [Vercel](https://vercel.com/)
8186
- Contributors of the original portfolio template by [Soumyajit](https://github.com/soumyajit4419/Portfolio)
87+

preview/About.png

-778 KB
Binary file not shown.
831 KB
Loading

preview/Home.png

-365 KB
Binary file not shown.

preview/Home_desktop.png

380 KB
Loading

preview/Home_mobile.png

78.8 KB
Loading

preview/Tracks_mobile.png

348 KB
Loading

0 commit comments

Comments
 (0)