=> 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/
-
To get started with this project, you will need to have
Node.js
andNPM
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/PirateKing55/Leetcode-Clone-AK.git
- Navigate to the Project's directory :
cd Leetcode-Clone-AK
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run dev
- Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:5173
.
├── 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