Skip to content

Logicloom is a platform where you can test your coding skills by solving numerous data structures and algorithms questions. TypeScript, React and SCSS is used to create the frontend and Express.js and MongoDB is used to create the backend. Moreover, Judge0 code execution system is used to execute the codebase submitted by the user.

License

Notifications You must be signed in to change notification settings

monis07/logicloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logicloom

✅ Introduction

Logicloom is a platform where you can test your coding skills by solving numerous data structures and algorithms questions. TypeScript, React and SCSS is used to create the frontend. Express.js and MongoDB is used to create the backend.

Moreover, Judge0 code execution system is used to execute the codebase submitted by the user.

🚀 Why did I build this?

I was looking for unique project idea to build after i finished learning TypeScript. I got curious of how to build a platform like leetcode, hackerrank, etc. which are used by millions of people in the tech community. So thought of creating one of my own to upskill!

👨‍💻 Local development

That is pretty easy. Make sure u have Git, Node.js, npm, MongoDB compass and Postman API installed in your system.

First we will clone the repo in our local system

git clone https://github.com/monis07/logicloom.git
cd server

Backend setup for local development(/server):

  • After navigating to server folder, create a .env file in the server folder. .env file needs to 2 values. One the MongoDB connection url which will be copied from MongoDB Compass and other the secret key for jwt tokens used for generation and verification of tokens. Generate 2 variables named as MONGO_DB_URL and SECRET_KEY respectively.

  • Run these commands to run the backend of the application. Note: You can use Postman API to test the routes and response received from each route.

npm install
npm install ts-node
ts-node index.ts

Frontend setup for local development(/client):

  • Run these commands to run the frontend of the application.
cd ../client
npm install
npm run dev

Once you follow all the steps above sequentially, your full stack app is running 🔥 and you can test it on localhost:5173

⚙️ Features

  • Logicloom provides signup and signin authentication system.
  • Logicloom have a tiered system for categorizing coding challenges based on their difficulty levels: easy, medium, and hard.
  • The project is powered by Judge0(Code execution system) api which has a limit of 50 api request per day in free tier plan.
  • This project can be used by 10 users simultaneously and can easily be scaled to 100+ users.
  • Contains features like error handling, test cases acceptance status and support for Java language.

About

Logicloom is a platform where you can test your coding skills by solving numerous data structures and algorithms questions. TypeScript, React and SCSS is used to create the frontend and Express.js and MongoDB is used to create the backend. Moreover, Judge0 code execution system is used to execute the codebase submitted by the user.

Topics

Resources

License

Stars

Watchers

Forks