Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/potat-dev/pet-care
- Owner: potat-dev
- License: mit
- Created: 2024-04-18T18:53:57.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T08:43:04.000Z (7 months ago)
- Last Synced: 2024-10-02T09:04:55.592Z (3 months ago)
- Topics: firebase, health, healthcare, mantine, nextjs, pet-project, pets, react, vaccination
- Language: TypeScript
- Homepage: https://pet.potat.dev
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 profileNote: 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