This is a Web Development coursework for SUAI University.
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
npm install
– install dependenciesnpm run dev
– start development servernpm run check
– analyze application code with ESLint, Prettier and TypeScript