Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T06:14:57.000Z (9 months ago)
- Last Synced: 2024-04-25T07:29:03.726Z (9 months ago)
- Topics: portfolio, portfolio-website, react, sass
- Language: JavaScript
- Homepage: https://jmyounghoyos.com/
- Size: 105 MB
- Stars: 2
- Watchers: 2
- 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.