Skip to content

This is a coding manager which manages your projects, leetcode profile and codeforces profile and you can see all of your stats here, you can send this codeforces link to your interviewer and damm you'll get selected!!!

Notifications You must be signed in to change notification settings

ezParth/Coding_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Coding Manager

ChatGPT Image Apr 6, 2025, 12_00_52 AM

Coding Manager is your all-in-one dashboard to track your LeetCode progress, Codeforces stats, and manage your projects. Whether you're preparing for interviews or just want a centralized hub for all your coding activities, Coding Manager has you covered!

✨ Features

  • Track LeetCode Stats – View your solved problems, rankings, and streaks.
  • Monitor Codeforces Profile – Keep up with your rating, contests, and submissions.
  • Manage Your Projects – Store and showcase all your coding projects with links and descriptions.
  • Share Your Profile – Send your Codeforces profile link to interviewers to boost your chances!
  • Beautiful UI – A clean and modern interface for easy navigation.

🛠️ Tech Stack

  • Frontend: React + TypeScript + Tailwind CSS
  • Backend: Node.js (Pure Node) + Express (if used)
  • Database: MongoDB
  • Authentication: JWT-based authentication
  • Storage: AWS S3 for project images

🚀 Getting Started

Add .env file in server/src/config

  • MONGO_URI=MONGO_DB_URI
  • KEY=CODEFORCES_KEY
  • SECRET=CODEFORCES_SECRET
  • JWT_SECRET=JWT_SECRET
  • ACCESS_KEY=AWS_S3_ACCESS_KEY
  • SECRET_ACCESS_KEY=AWS_S3_SECRET_ACCESS_KEY
  • S3_BUCKET=YOUR_BUCKET_NAME

1️⃣ Clone the Repository And Run The Following Commands

git clone https://github.com/ezParth/Coding_Manager.git
cd Coding_Manager

cd server
npm i

cd client
npm i

cd server
npm run dev

cd client
npm run dev

About

This is a coding manager which manages your projects, leetcode profile and codeforces profile and you can see all of your stats here, you can send this codeforces link to your interviewer and damm you'll get selected!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages