Skip to content

Health Care App for Pets - web dev student project for SUAI

License

Notifications You must be signed in to change notification settings

potat-dev/pet-care

Repository files navigation

Pet Care - Health Care App for Pets

This is a Web Development coursework for SUAI University.

Features

This app comes with the following features:

  • Add pets
  • Add pet's health data, mood and activity
  • Monitor pet's health data on the dashboard
  • Get notifications about vet visits and vaccinations
  • Post photos of your pet on your profile

Note: some features are still in development

How to Run

  • npm install – install dependencies
  • npm run dev – start development server
  • npm run check – analyze application code with ESLint, Prettier and TypeScript