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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Code Executives** is a comprehensive, interactive web application designed to teach programming concepts through immersive visualizations and hands-on learning experiences. Built with modern web technologies, it transforms complex technical topics into engaging, visual learning journeys.
4
4
5
-
**🌐 Live Website**: [https://code-executives.com](https://code-executives.com)
5
+
**🌐 Live Website**: [https://codexecutives.com](https://codexecutives.com)
6
6
7
7
**✨ Now featuring 7 complete learning modules with 70+ interactive visualizations covering Git, JavaScript Engine, RxJS, Data Structures, Next.js, Big-O Notation, Python Programming, and a LeetCode-style playground with advanced debugging and gamification.**
@@ -71,7 +71,7 @@ Add the following topics to improve discoverability and SEO. Topics help users f
71
71
2. Click the ⚙️ (gear/settings) icon next to "About" on the right side of the repository page
72
72
3. In the dialog that appears:
73
73
-**Description**: Paste the short description from above
74
-
-**Website**: Enter `https://code-executives.com`
74
+
-**Website**: Enter `https://codexecutives.com`
75
75
-**Topics**: Add each topic from the list above (separated by pressing Enter after each)
76
76
-**Check** "Use your GitHub Pages website" if applicable
77
77
4. Click "Save changes"
@@ -82,7 +82,7 @@ Add the following topics to improve discoverability and SEO. Topics help users f
82
82
# Using GitHub CLI (gh)
83
83
gh repo edit mnaimfaizy/code-executives \
84
84
--description "Interactive programming education platform with 70+ visualizations covering Git, JavaScript, Next.js, Data Structures, Big-O, Python, and RxJS. Built with React, TypeScript, and Three.js for immersive learning experiences." \
85
-
--homepage "https://code-executives.com"
85
+
--homepage "https://codexecutives.com"
86
86
87
87
# Add topics (requires separate API calls or manual addition via web interface)
88
88
```
@@ -140,7 +140,7 @@ JavaScript, Next.js, Data Structures, Big-O, Python, and RxJS. Built with React,
140
140
TypeScript, and Three.js for immersive learning experiences.
0 commit comments