Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk4levi/mk-react-leetcode
Demo Clone React-App of Leet-Code
https://github.com/mk4levi/mk-react-leetcode
bootstrap5 css html5 javascript jsx react-components react-router-v6 reactjs reacts-hooks
Last synced: 8 days ago
JSON representation
Demo Clone React-App of Leet-Code
- Host: GitHub
- URL: https://github.com/mk4levi/mk-react-leetcode
- Owner: Mk4Levi
- Created: 2023-04-18T08:59:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T14:31:19.000Z (3 months ago)
- Last Synced: 2024-10-07T09:21:42.109Z (29 days ago)
- Topics: bootstrap5, css, html5, javascript, jsx, react-components, react-router-v6, reactjs, reacts-hooks
- Language: JavaScript
- Homepage: https://mk-react-leet-code.vercel.app
- Size: 111 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MK-React-LeetCode
## Website Link => https://mk-react-leet-code.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/mk-react-assignment.git
```3. Navigate to the Project's directory :
```bash
cd mk-react-assignment
```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 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
│ └──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