Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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