| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modern, powerful, open-source code evaluation platform for practicing coding challenges.
Built with ❤️ by developers, for developers.
CodeHarborHub is a powerful coding challenge platform designed for learners and professionals to practice Data Structures and Algorithms in a real-time environment — just like LeetCode and HackerRank.
💡 Supports:
🔗 Live Preview
🔗 GitHub Org (CodeHarborHub)
📦 coding-platform ┣ 📁 public ┣ 📁 src ┃ ┣ 📁 components ┃ ┣ 📁 pages ┃ ┣ 📁 data # problem data as JSON/JS ┃ ┣ 📁 utils # helpers for evaluation, parsing ┃ ┣ 📁 assets # icons/images ┃ ┣ App.jsx ┃ ┗ main.jsx ┣ 📄 README.md ┣ 📄 CONTRIBUTING.md ┣ 📄 LICENSE ┣ 📄 CODE_OF_CONDUCT.md ┣ 📄 .github/ ┃ ┣ 📁 workflows # GitHub Actions ┃ ┗ 📄 ISSUE\_TEMPLATE.md ┣ 📄 package.json ┣ 📄 vite.config.js
✅ Real-time code editor
✅ Problem detail with constraints, examples, and hints
✅ Tags: Arrays, Strings, DP, Two Pointers
✅ Difficulty labels: Easy, Medium, Hard
✅ Dark/light mode toggle
✅ Mobile-responsive
🚧 Submissions & leaderboard (in progress)
🚧 User login & profile dashboard (planned)
We're actively looking for contributors! Found a bug or have a feature idea?
🍴 Fork this repo
🛠️ Clone it locally:
git clone https://github.com/codeharborhub/coding-platform.git
cd coding-platform
npm install
npm run dev✅ Fix a bug or add a feature
🔁 Submit a Pull Request
📚 Read our CONTRIBUTING.md before you begin.
Feel free to help us solve any of these!
This project is licensed under the MIT License.
Have questions? Want to collaborate?
Thanks to these wonderful people! 🙌 Contribute
| Back | FazBrowse Home | New Git URL |