Ressypee is a simple Vue application for tracking recipe information. The application takes advantage of localstorage in order to manage the state and will persist between sessions indefinitely . Using localstorage to hold persistent information was the goal of the project, and ressypee works handily in that regard.
Ressypee contains some starter recipes, but recipes can be added or deleted, and existing recipes can be edited.
It was built as part of the FreeCodeCamp challenges, and the utility of the application is limited to matching the test project functionailty as per the instructions. Having said that I may add some more fields to the data, as well as include the ability to apply pictures to each recipe.
The code is hosted at codepen.io and you can visit this using the visit website button at the top of this page.