MK-Personal-Website

This is my personal Frontend Website named Manthan-MK. It's a very interactive and visually stunning web app.

Stars
2

Manthan-MK-Personal Website

=> This is a Frontend Website named Manthan-MK. It's a very interactive and visually stunning website that captivates users with its seamless UI experience.

Link to Portfolio Website :- https://manthan-mk.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-Personal-Website.git
  1. Navigate to the Project's directory :
cd MK-Personal-Website
  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 :

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

Thank You