Website Link => https://mk-react-leet-code.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/Mk4Levi/mk-react-assignment.git
- Navigate to the Project's directory :
cd mk-react-assignment
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run dev
- Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:5173
.
├── 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