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

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.

Awesome Lists containing this project

README

          

# EasyKeeper

A note-taking app with Google Sign-In and cloud sync.

## Preview

![EasyKeeper Preview](assets/preview.png)

[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