Sparkle Up is a small app built with Vue and Vuetify.
First you will have to clone down the repository. Once you have completed that, change directories into sparkle-up so that you can run the following
npm install
npm run serve
npm run build
npm run lint
If you go to the /sparkling-waters
route, you can use the Add a sparkling water form to add new sparkling waters.
Inputs | Types | Required | Rules |
---|---|---|---|
Flavor | String | True | Must have a written value |
Brand | String | True | Must have a selected value |
Other Brand | String | Only if Brand is set to other | Must be under 30 characters |
Score | Number | True | Must have a selected value |
Review | String | True | Must be under 100 characters |
{
"flavor": "Lemon",
"brand": "La Croix",
"rating": 10,
"review": "The best sparkling water."
}
If you wish to edit sparkling waters that have already been made, you can do so by clicking on the pencil icon on the right hand side of a sparkling water list item, and the Add a sparkling water form will fill with all the sparkling water values.
✨ Sparkle Up ✨