Json026 commited on
Commit
08aa6ae
·
verified ·
1 Parent(s): 5a0a106

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,10 +1,15 @@
1
  ---
2
  title: DSA Portfolio
3
- emoji: 💻
4
- colorFrom: indigo
5
- colorTo: purple
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`.