Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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