https://github.com/youngermaster/my-portfolio
This is my personal website made in React
https://github.com/youngermaster/my-portfolio
portfolio portfolio-website react sass
Last synced: 6 months ago
JSON representation
This is my personal website made in React
- Host: GitHub
- URL: https://github.com/youngermaster/my-portfolio
- Owner: Youngermaster
- Created: 2022-05-07T16:35:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T23:00:38.000Z (over 1 year ago)
- Last Synced: 2025-04-03T03:07:52.549Z (over 1 year ago)
- Topics: portfolio, portfolio-website, react, sass
- Language: JavaScript
- Homepage: https://jmyounghoyos.com/
- Size: 105 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio
This is my personal portfolio made with React.
## Docker build
Use the following commands to build and run the portfolio with Docker:
```shell
docker build -t jmyounghoyos-portfolio:release .
docker run -d -p 3003:80 jmyounghoyos-portfolio:release --name jmyounghoyos-portfolio-0
```
## TODO
- [ ] Fix the drawer en low-end devices.
## Acknowledgement
I used this [video](https://youtu.be/3HNyXCPDQ7Q) is used as a base to build
this portfolio.