Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.72 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.72 KB

Matt's Portfolio Website

Welcome to the repository of my personal website, where I list my skills, experience, and projects. Built with:

  • React
  • JavaScript
  • TailwindCSS
  • NextUI

poster

Feel free to fork this repository and use the code as a starting point for your own personal website! You can customize the content, design, and features to fit your needs.

Features

  • Tried to be responsive to different screen sizes
  • Has detailed section about my professional journey, skillset, and projects
  • Easy navigation with smooth scrolling and anchored sections

Getting Started

To run this project locally, follow these simple steps:

  1. Clone the repository: git clone https://github.com/your-username/personal-website.git
  2. Install dependencies: npm install
  3. Start the development server: npm start
  4. Open your browser and navigate to http://localhost:3000
  5. Voilà! You can now explore the website locally 🎉

Deployment

Deploying a React project to GitHub Pages is a breeze! Here's how you can do it:

  1. Run npm run build to create an optimized production build
  2. Install the gh-pages package: npm install gh-pages --save-dev
  3. Add the following scripts to your package.json file:
"scripts": {
  "predeploy": "npm run build",
  "deploy": "gh-pages -d build"
}
  1. Run npm run deploy to deploy!

Read more about React-gh-pages here

License

This project is licensed under the MIT License.

Contact

If you have any questions or would like to get in touch, feel free to reach out to me here.