/surgerify

Surgery manager

Primary LanguageJavaScript

Surgerify

Project created to manage surgeries.

It has some React topics: React hooks, Context API.

Uses Firebase Firestore and Firebase Authentication.

Was bootstrapped with Create React App, so you can read the CRA docs here

Steps

Configure Firebase project

firebase login
firebase init

Setup your environment variables

Install dependencies

npm install

Run project

npm run start