Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lithos-hub/ipet-spa
Application to manage pets, events and relevant data such as vets, contacts, notes, etc. Made with React 18, MUI and Vite.
https://github.com/lithos-hub/ipet-spa
material-ui react react-router-v6 tailwindcss typescript vite
Last synced: 13 days ago
JSON representation
Application to manage pets, events and relevant data such as vets, contacts, notes, etc. Made with React 18, MUI and Vite.
- Host: GitHub
- URL: https://github.com/lithos-hub/ipet-spa
- Owner: Lithos-hub
- Created: 2022-12-26T09:50:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T07:40:14.000Z (about 1 year ago)
- Last Synced: 2024-01-27T08:30:54.891Z (about 1 year ago)
- Topics: material-ui, react, react-router-v6, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://main--ipet-spa.netlify.app
- Size: 19.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iPet SPA
Frontend SPA of iPet application.
iPet is a web application for veterinary management, time and registration of information relevant to pets. In the future, it will be available for mobile devices using React Native.
The idea is to develop a series of such applications in the future:
- 🐶 iPet (pets management)
- 👨🏻⚕️ iVet (management for veterinary centers)
- 🆘 iPet SOS (to report possible cases of animal abuse, disappearances, etc.)
- 🏠 iShelter (management for animal shelters)## Stack
- React 18 + TypeScript + SASS + Vite + Vitest + Tailwind CSS
- React Router v6
- Redux toolkit
- RTK Query
- MUI
- Formik## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```