MK-React-LeetCode

Demo Clone React-App of Leet-Code

Stars
2

MK-React-LeetCode

Website Link => https://mk-react-leet-code.vercel.app/

  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 :

git clone https://github.com/Mk4Levi/mk-react-assignment.git
  1. Navigate to the Project's directory :
cd mk-react-assignment
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run dev
  1. Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:5173

Structure of the Folders & Files in this Repo :

.
├── public
│  └──images
|  └──index.html
├── src
│  ├── components
│     ├── Layouts
│         └──Header.jsx
|         └──Footer.jsx
│     ├── Pages
│         └──Home.jsx
|         └──Login.jsx
│         └──Questions.jsx
|         └──Register.jsx
│         └──Solution.jsx
│     ├──css
│         └──Home.css
│         └──Questions.css
│         └──Solution.css
│     ├── QuestionDB.jsx
│  ├── css
│     ├── style.css
│  ├── App.jsx
│  ├── main.jsx
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js

Thank You

Related Projects