This repository contains the code for Leetcode clone App using React and tailwind css. Leetode-clone is an online platform where students can practice data structure and algorithm problems. It is inspired by LeetCode.
- Javascrit
- React
- Tailwind css
- Jest Testing
- Node.js
- Express.js
- MongoDB
- Mongoose
- nodemailer
The application is deployed on netlify and can be accessed leetcode-by-jahir.netlify.app/.
Clone the repository: git clone https://github.com/JahirPendhari09/Leetcode.git
Install the dependencies: npm install
Start the development server: npm run start
Open your browser and visit: http://localhost:3000
Clone the repository: git clone [https://github.com/JahirPendhari09/Leetcode.git](https://github.com/JahirPendhari09/Leetcode-Backend.git)
Install the dependencies: npm install
Start the development server: npm run serrver
Open your browser and visit: http://localhost:4500
- Responsive for Mobile and Desktop
- Languages support javascript, java and python
- Created login/signup pages with private authentication for user sessions.
- Dynamic problem generation.
- Users can run their solutions/code in multiple languages (JavaScript, Java, and Python).
- Multi-language and multi-theme support.
- Support for multiple test cases.
- When a new user registers, they receive an email from the Leetcode Clone team, enabling real-life communication achieved using Nodemailer.
- Added Jest tests to ensure the application works correctly.
GET {{baseurl}}/problem-name GET {{baseurl}}/run-code POST {{baseurl}}/auth/logn POST {{baseurl}}/auth/register This project was developed by Jahir Pendhari.
Feel free to explore and integrate these endpoints into your application.








