Skip to content

waylonturbes/sparkle-up

Repository files navigation

Sparkle Up

Sparkle Up is a small app built with Vue and Vuetify.

Project setup

Clone down the project

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

Install all the needed dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Usage

If you go to the /sparkling-waters route, you can use the Add a sparkling water form to add new sparkling waters.

Sparkling Water Form

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

Example Sparkling Water

{
  "flavor": "Lemon",
  "brand": "La Croix",
  "rating": 10,
  "review": "The best sparkling water."
}

Editing a 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 ✨

License

MIT

About

Simple app for creating and reviewing sparkling waters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published