Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.