This is a small project a friend of mine had the idea of creating. After creating it in PHP and not enjoying it I decided to take it upon myself to create it in React using Firebase for the backend. Some screenshots are below.
- Authentication (with profile photo, edit profile/account and delete account)
- CRUD of a patient/animal
- Display tables of patients/animals with filtering
- Coloured themes sync across devices
- Dark/light mode sync across devices
- Clone the repo.
- Setup Firebase with Firestore, Database, Storage and Authentication(email and password).
- Add
.env.local
to the root folder and addREACT_APP_FIREBASE_API_TOKEN
with your Firebase API Key. - Update the
src/firebase.js
file shown below.