https://github.com/rahuldangeofficial/07-easykeeper
EasyKeeper is a modern note-taking web application built with a React 19 frontend and Firebase backend. It features Google OAuth authentication for secure user sign-in and uses Cloud Firestore for real-time data persistence.
https://github.com/rahuldangeofficial/07-easykeeper
firebase google-oauth notes-application reactjs
Last synced: 16 days ago
JSON representation
EasyKeeper is a modern note-taking web application built with a React 19 frontend and Firebase backend. It features Google OAuth authentication for secure user sign-in and uses Cloud Firestore for real-time data persistence.
- Host: GitHub
- URL: https://github.com/rahuldangeofficial/07-easykeeper
- Owner: rahuldangeofficial
- License: mit
- Created: 2023-07-07T20:15:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T15:27:33.000Z (23 days ago)
- Last Synced: 2026-02-01T01:05:14.005Z (23 days ago)
- Topics: firebase, google-oauth, notes-application, reactjs
- Language: JavaScript
- Homepage: https://easykeeper.vercel.app/
- Size: 672 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyKeeper
A note-taking app with Google Sign-In and cloud sync.
## Preview

[easykeeper.vercel.app](https://easykeeper.vercel.app/)
## Setup
1. Clone and install:
```bash
git clone https://github.com/rahuldangeofficial/EasyKeeper.git
cd EasyKeeper
cp .env.example .env
yarn install
```
2. Add your Firebase config to `.env`
3. Run locally:
```bash
yarn dev
```
## Firebase Setup
1. Create a Firebase project
2. Enable Google Authentication
3. Create a Firestore database
4. Add `localhost` to authorized domains
## Tech Stack
React 19, Vite 6, Firebase 11