https://github.com/codelikeagirl29/react-portfolio
🎉 My personal portfolio. Built with 💙 and React, MUI, SCSS, and Bootstrap.
https://github.com/codelikeagirl29/react-portfolio
javascript material-ui mui personal-site portfolio react sass scss styling template vercel
Last synced: 7 months ago
JSON representation
🎉 My personal portfolio. Built with 💙 and React, MUI, SCSS, and Bootstrap.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/react-portfolio
- Owner: CodeLikeAGirl29
- Created: 2022-08-31T22:41:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T07:02:26.000Z (over 1 year ago)
- Last Synced: 2024-01-16T12:55:35.891Z (over 1 year ago)
- Topics: javascript, material-ui, mui, personal-site, portfolio, react, sass, scss, styling, template, vercel
- Language: JavaScript
- Homepage: https://lhreactportfolio.vercel.app/
- Size: 1.07 MB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio
A clean and simple portfolio template built with HTML, CSS and React.js.
> Link can be found [here](https://lhreactportfolio.vercel.app/).
> Contact email is [[email protected]](mailto:[email protected])[](https://www.codefactor.io/repository/github/codelikeagirl29/react-portfolio)

> Deploy to ***Vercel***
>
> [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCodeLikeAGirl29%2Freact-portfolio)---





---
## Instructions
### Setup
```shell
git clone https://github.com/codelikeagirl29/react-portfolio.git
cd react-portfolio
```
and then to install and view in browser.```shell
npm install
npm run start
```Install and run -
```shell
yarn
yarn start
```### How to use
- Open `src/info/` and make changes.
- Build and deploy -```shell
yarn build
yarn deploy
```
---# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh