Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: DSA Portfolio
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
-
sdk_version: "1.0.0"
|
| 8 |
-
app_file: index.html
|
| 9 |
pinned: false
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: DSA Portfolio
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# DSA Odyssey Portfolio
|
| 11 |
+
A high-performance, SEO-friendly showcase of Data Structures and Algorithms solutions.
|
| 12 |
+
|
| 13 |
+
## Setup
|
| 14 |
+
1. Ensure `index.html` and `data.json` are in the root directory.
|
| 15 |
+
2. If hosting locally, use a live server (VS Code Live Server or `python -m http.server`) to avoid CORS issues when fetching `data.json`.
|