A CP (Competitive programming) and academic monitoring platform built with modern web tech — think full-stack vibes with a sprinkle of algorithm support. ([GitHub][1])
Status: Work-in-progress — MVP vibes, no stars yet ⭐
GradSphere is a platform designed to help users track coding progress and manage academic stuff (like assignments or monitoring activities — guessin’ from folder structure 💅). It’s split into:
- 🧠 Backend: Server/API layer
- 🎨 Frontend: Client/UI
- 🤖 leetcode_backend: A helper tool for automating LeetCode interactions (likely for CP) ([GitHub][1])
Note: Expand features and docs as your vision grows ✨
- 🔹 Academic progress dashboard
- 🔹 CP tracking & stats
- 🔹 LeetCode automation backend
- 🔹 Full stack JavaScript & TypeScript
Exact features depend on your implementation — add this list as it evolves 🤓
Built with:
- Frontend: JavaScript/TypeScript & CSS
- Backend: JavaScript/TypeScript server
- Helpers: LeetCode automation logic
git clone https://github.com/PriyaReka/gradsphere.git
cd gradsphereBackend
cd backend
npm installFrontend
cd frontend
npm installLeetCode Backend (if separate)
cd leetcode_backend
npm installBackend
npm run devFrontend
npm start(Use whatever start/dev scripts you defined in package.json — update here if different.)
Contributions welcome ✨! Just:
- Fork it
- Create a feature branch
- Commit your changes
- Open a Pull Request
Feel free to drop suggestions in Issues 🔥
- This README is a starting point — update it with frameworks you’re using (React, Express, Node, etc.).
- Include screenshots and API docs when ready 💥