Jorges's personal website running on React.
This project is open source and available under the MIT License.
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── build
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── assets
├── components
├── App.js
├── pages
├── utils