A note-taking app with Google Sign-In and cloud sync.
-
Clone and install:
git clone https://github.com/rahuldangeofficial/EasyKeeper.git cd EasyKeeper cp .env.example .env yarn install -
Add your Firebase config to
.env -
Run locally:
yarn dev
- Create a Firebase project
- Enable Google Authentication
- Create a Firestore database
- Add
localhostto authorized domains
React 19, Vite 6, Firebase 11
