/pet-food-advice

A system to recommend pet food based on pet's health condition.

Primary LanguageVue

Pet Food Advice

This is a project with a objective of explore Vue 3 and Vite. The project is a web application that helps a pet parent to choose and subscribe for a food service.

The project is deployed and you can use the project link to access it without build in your machine.

API Repository

If you want to understand the project motivations and the ideation process, I highly recommend you to check the documentation.

'Pet Selection' 'Pet Conditions Selection' 'Pet Food Recommendations'

Disclaimers

  • This project is not a real application, it is just a study case.
  • The project will use dogs as pet example, but in a real application, it will be possible to choose other kinds of pets.
  • As exists a lot of pet food, the project will use just a few of them.

Running the project

Recommended IDE Setup

VSCode Volar TypeScript Vue Plugin (Volar)

Project Setup

Make sure you are using the Node 20.6.1 or latest.

# Install vue in your machine
npm install -g @vue/cli

# Install packages
npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint