Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1002 Bytes

File metadata and controls

31 lines (20 loc) · 1002 Bytes

AlgoQuest – Algorithm Visualizer & Coding Practice Platform

AlgoQuest is a full-stack web application designed to help students and developers visualize popular algorithms and solve coding challenges interactively. It’s built using the MERN stack (MongoDB, Express, React, Node.js) with a strong focus on UI responsiveness and coding experience.


💡 Features

  • Interactive visualizations for algorithms (Sorting, Searching, Graphs)
  • Code editor for solving algorithmic problems (Monaco or CodeMirror)
  • Difficulty filters, tags, and problem categories
  • Submission tracking and scoring system
  • Admin panel to add/edit/delete problems (optional)
  • Clean, modular UI with Tailwind CSS

🧰 Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Editor: CodeMirror / Monaco Editor
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT (Optional)

👨‍💻 Contributor