Skip to content

PriyaReka/gradsphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎓 GradSphere

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 ⭐


🚀 What It Is

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 ✨


📦 Features (Planned/Built)

  • 🔹 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 🤓


🛠 Tech Stack

Built with:

  • Frontend: JavaScript/TypeScript & CSS
  • Backend: JavaScript/TypeScript server
  • Helpers: LeetCode automation logic

🧠 Getting Started

1. Clone the Repo

git clone https://github.com/PriyaReka/gradsphere.git
cd gradsphere

2. Install Dependencies

Backend

cd backend
npm install

Frontend

cd frontend
npm install

LeetCode Backend (if separate)

cd leetcode_backend
npm install

3. Run Locally

Backend

npm run dev

Frontend

npm start

(Use whatever start/dev scripts you defined in package.json — update here if different.)


🤝 Contributing

Contributions welcome ✨! Just:

  1. Fork it
  2. Create a feature branch
  3. Commit your changes
  4. Open a Pull Request

Feel free to drop suggestions in Issues 🔥


📝 Notes

  • This README is a starting point — update it with frameworks you’re using (React, Express, Node, etc.).
  • Include screenshots and API docs when ready 💥

About

CP and academic monitoring platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors