Project Ciscode is a student-built coding platform by CISCO that offers algorithm challenges to help students practice, improve, and master their problem-solving skills.
The platform provides a collection of problems, ranging from beginner-friendly to advanced, designed to sharpen your coding abilities in a competitive yet supportive environment.
- 🧑💻 Algorithm challenges across multiple difficulty levels
- 📊 Track progress and submitted solutions
- 🔍 Search and filter problems
- 👤 User authentication & accounts
- ⚡ Fast and modern UI powered by Next.js
- Node.js (>= 18)
- MySQL (installed and running)
- npm or yarn
git clone https://github.com/usc-cisco/ciscode.git
cd ciscode
npm install
npm run dev
App will be running on http://localhost:3000.
Contributions are welcome! Feel free to fork the repo, submit issues, or open pull requests.
This project is for educational purposes under USC-CISCO.