A Paper Mario themed recipe app made with vanilla JS
- Uses Webpack & Babel
- Changed data auto-reloads on all open tabs
- Default, reset-able recipe content (local storage data)
- Typing text effect using Malarkey
- Italian inspired recipes
- CSS animations
- Image selection
Dev
$ yarn run build:dev
$ yarn run dev-server
Prod
$ yarn run build:prod
$ yarn run serve