mde3 / mabior-v2

Second iteration of my personal portfolio built with React and hosted on Netlify

Home Page:https://mabior.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mabior - v2

Second iteration of my personal portfolio built with React and hosted on Netlify

Preview screenshot

🚨 Prerequisite

Download Node.js.

Also, before you clone this repository, I kindly ask you to respect the intellectual property rights and give credit where credit is due. I’ve put hard work and effort into creating and maintaining this code and would greatly appreciate if you include a link to the original repository and my name in any derivative work or documentation as a form of proper attribution.

🛠 Installation and Setup

Run the following commands:

# Create react-app using vite:
npm create vite@latest [project-name] --template react

# or Clone the repo
git clone https://github.com/mde3/mabior-v2.git

# Install packages and dependencies
npm i or npm install

#  Run development server
npm run dev

# Build for production in the dist directory
npm run build

Give a ⭐ if you found this nice!

License

Distributed under the MIT License - see LICENSE file for details.

About

Second iteration of my personal portfolio built with React and hosted on Netlify

https://mabior.netlify.app/

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 6.8%Language:HTML 5.3%