Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/potat-dev/pet-care

Health Care App for Pets - web dev student project for SUAI
https://github.com/potat-dev/pet-care

firebase health healthcare mantine nextjs pet-project pets react vaccination

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# `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