Skip to content

kmr-rohit/JEExLeetcode

Repository files navigation

A Small effort to create a website similiar to Leetcode for Jee students to help them practice.

Tasks to achieve :

  • Authentication - used clerk for user management.

  • Frontend - (Priority of task is from High to low.)

    • Problems Page - To host problems with filter of subject , difficulty , acceptance rate, etc.
    • Contest Page - To host mock JEE Contest to stimulate CBT based enviornment.
    • Discuss Page - To allow users to post their answers , strategies , concept ideas etc.
  • Backend -

    • Model Schema initialization - Create schemas for Problems , Contests etc. (Prefablly using Appwrite for now.)
    • API Endpoints - To fetch data from database.