An attempt to transform my resume webpage into a RPG-menu-like resume using react.
You can see the final result here.
To get a copy of the project clone the repo and then install its dependencies with:
npm install
Get the application up using:
npm run dev
or use this to open it to the network:
npm run devpub
To compile the project into ready-to-deploy files use
npm run release
It will create a new dist
folder on the project root with all production files.
Feel free to send some pull request if you want to contribute 😊
- Diego Rodríguez (RodriBus) - Original idea and initial work
This project is licensed under the MIT License - see the LICENSE file for details.
Some copyrights belong to their respective owners. Images and text owned by other copyright holders are used here under the guidelines of the Fair Use and are not intended to generate income.
This project was inspired by classic RPGs like Final Fantasy (especially FFVI) and the fact that nowadays front end development looks more like sorcery.