peetcode
peetcode copied to clipboard
Integration of UI with API is done
Added Loader component
That's all 3 assignments done! My goal now is to learn about ORMs and implement some sort of a database, but as per the goal of the assignment, i think...
Leetcode clone created in Nextjs with tailwind CSS and Prisma orm using Postgresql for database hosted by Supabase and deployed in Vercel website address: https://meetcode.vercel.app/ github repo: https://github.com/DebasishBarai/meetcode  ...
For problem "Add two numbers", for example, printing 300 gives AC, anything else WA: https://github.com/hkirat/peetcode/assets/101424471/045a1817-daf2-4b2b-8acf-126a17a5133d Also lets user select their language.
# Features - Data for the Problem List Page is dynamically loaded from the server - Login and Signup features also available, all handled by the server - (extra) Logout...
Initiated MongoDB connection, added user schema, and wrote code for new sign-in and sign-up API endpoints. Added additional utility functions for signature and salt generation, token generate and auth check...
**what am i supposed to do now** i have created this branch in my forked repo Branch name :- [added-submissions-and-quality-of-life-UI-changes] 
completed assignment by adding submissions tab
Merge mine before https://github.com/hkirat/peetcode/pull/16 to avoid conflicts. 