Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk4levi/leetcode-clone-mkp
This is a Clone of LeetCode Platform built by using React-concepts. Just like the original LeetCode, this platform provides you with a comprehensive coding experience.
https://github.com/mk4levi/leetcode-clone-mkp
css3 html5 javascript json jsx react-hooks react-router reactjs
Last synced: about 2 months ago
JSON representation
This is a Clone of LeetCode Platform built by using React-concepts. Just like the original LeetCode, this platform provides you with a comprehensive coding experience.
- Host: GitHub
- URL: https://github.com/mk4levi/leetcode-clone-mkp
- Owner: Mk4Levi
- Created: 2023-05-13T05:56:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T21:39:59.000Z (4 months ago)
- Last Synced: 2024-10-07T09:22:29.566Z (3 months ago)
- Topics: css3, html5, javascript, json, jsx, react-hooks, react-router, reactjs
- Language: JavaScript
- Homepage: https://leetcode-clone-mkp.vercel.app
- Size: 1.41 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode-Clone
## => This is the Clone of LeetCode which is is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews through practicing programming problems.
## Website Link => https://leetcode-clone-mkp.vercel.app/
Getting Started
1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.
2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :
```bash
git clone https://github.com/Mk4Levi/Leetcode-Clone-MKP.git
```3. Navigate to the Project's directory :
```bash
cd Leetcode-Clone-MKP
```4. Install all Dependencies used in this Project :
```bash
npm install
```5. Finally, host it on local server :
```bash
npm run dev
```6. Now just search this link in your browser to view the live running application in your Local sysytem :
```bash
http://localhost:5173
```Paths & Files
### Structure of the Folders & Files in this Repo :
```text
.
├── public/
├── src
│ ├── components/
│ ├── Pages/
│ ├── App.css
│ ├── App.jsx
│ ├── data.json
│ ├── index.css
│ ├── main.jsx
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js
```# Thank You