📌 Overview
A MERN Stack project that tracks upcoming and past competitive programming contests from Codeforces, CodeChef, and Leetcode. It provides features like filtering contests, bookmarking, and adding solution links from our YouTube channel.
1> Fetches upcoming contests with date & countdown ⏳
2> Shows past contests with solution links 📌
3> Filter contests by platform (Codeforces, CodeChef, Leetcode) 🎯
4> Bookmark contests for easy access ⭐
5> Admin panel to attach YouTube solution links 🎥
6> (Bonus) Auto-fetch solution links from YouTube 🔄
1> Frontend: Next.js , Tailwind
2> Backend: Node.js with Express
- Clone the repository
git clone https://github.com/SuperexMack/tle.git
- Install frontend dependencies
In frontend folder
cd Frontend
npm install
- Install backend dependencies
In the backend directory:
cd Backend
npm install
- Setup environment variables
do it urself u are a 100xdev
- Start the backend
node app
- Start the frontend
npm run dev