Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 751cbab

Browse files
committed
feat: change readme
1 parent 95c173a commit 751cbab

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# User Profile Rendering Project
1+
# User Profile Rendering Project - john Robertson
22

33
This project demonstrates a progressive enhancement of a JavaScript-based user profile viewer using [Bulma CSS](https://bulma.io) and modular JavaScript. The app evolves from a static HTML rendering of one user profile to a responsive, card-based dashboard of multiple users deployed via GitHub Pages.
44

55
---
66

77
## Project Stages
88

9-
| Version | Description |
10-
|---------|-------------|
9+
| Version | Description |
10+
| ------- | -------------------------------------------------------------- |
1111
| v1 | Static rendering of one user using hardcoded template literals |
12-
| v2 | Modular layout using Bulma sections and card elements |
13-
| v3 | Introduces helper functions (`formatCurrency`, `formatDate`) |
14-
| v4 | Renders multiple users via `forEach()` with full detail |
15-
| v5 | Uses ES modules to import `users.js` dataset |
16-
| v6 | Grid layout dashboard for all users with card summaries |
12+
| v2 | Modular layout using Bulma sections and card elements |
13+
| v3 | Introduces helper functions (`formatCurrency`, `formatDate`) |
14+
| v4 | Renders multiple users via `forEach()` with full detail |
15+
| v5 | Uses ES modules to import `users.js` dataset |
16+
| v6 | Grid layout dashboard for all users with card summaries |
1717

1818
---
1919

@@ -26,7 +26,7 @@ This project demonstrates a progressive enhancement of a JavaScript-based user p
2626
├── user_object_v1.js # First version of rendering script
2727
├── users.js # Modular user dataset (v5+)
2828
├── README.md # This file
29-
````
29+
```
3030

3131
---
3232

@@ -81,12 +81,12 @@ git push
8181

8282
## Notes
8383

84-
* GitHub Pages only works from public repositories **or private repos with Pro plan or higher**.
85-
* `index.html` must be at the root for GitHub Pages to work by default.
84+
- GitHub Pages only works from public repositories **or private repos with Pro plan or higher**.
85+
- `index.html` must be at the root for GitHub Pages to work by default.
8686

8787
---
8888

8989
## Credits
9090

91-
* Styling: [Bulma](https://bulma.io)
92-
* Hosting: [GitHub Pages](https://pages.github.com)
91+
- Styling: [Bulma](https://bulma.io)
92+
- Hosting: [GitHub Pages](https://pages.github.com)

0 commit comments

Comments
 (0)