Skip to content

This is a website highlighting my projects, experience and all about me

Notifications You must be signed in to change notification settings

shalmalee98/MyProfile

Repository files navigation

My Profile

You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to shalmalee98. Thanks!

Built With

My personal portfolio shalmalee98.github.io/MyProfile/ which features some of my github projects as well as my resume and technical skills.

This project was built using these technologies.

  • React.js
  • Node.js
  • Express.js
  • CSS3
  • VsCode
  • Vercel

Features

📖 Multi-Page Layout

🎨 Styled with React-Bootstrap and Css with easy to customize colors

📱 Fully Responsive

Getting Started

Clone down this repository. You will need node.js and git installed globally on your machine.

🛠 Installation and Setup Instructions

  1. Installation: npm install

  2. In the project directory, you can run: npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

📤 Deployment to GitHub Pages

Install the gh-pages package:

npm install --save-dev gh-pages

In your package.json, add:

"homepage": "https://<your-username>.github.io/MyProfile", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build" }

Deploy to GitHub Pages:

npm run deploy

Verify GitHub Pages is enabled:

  1. Go to your repository on GitHub

  2. Navigate to Settings → Pages

  3. Ensure Source is set to gh-pages branch (root)

  4. Wait a few minutes for the site to be published at:

https://<your-username>.github.io/MyProfile

Usage Instructions

Open the project folder and Navigate to /src/components/.
You will find all the components used and you can edit your information accordingly.

Show your support

Give a ⭐ if you like this website!

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •