https://github.com/ocdbytes/bumaga-notes-application
This is a simple notes app with firebase auth and firestore database
https://github.com/ocdbytes/bumaga-notes-application
css3 firebase-auth firebase-database firebase-hosting react
Last synced: 3 days ago
JSON representation
This is a simple notes app with firebase auth and firestore database
- Host: GitHub
- URL: https://github.com/ocdbytes/bumaga-notes-application
- Owner: ocdbytes
- Created: 2021-11-07T18:03:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T19:10:18.000Z (over 4 years ago)
- Last Synced: 2026-01-03T16:31:32.383Z (3 months ago)
- Topics: css3, firebase-auth, firebase-database, firebase-hosting, react
- Language: JavaScript
- Homepage: https://bumago-notes-application.web.app/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BUMAGA NOTES APPLICATION (React,Firebase and Redux)
[Link to website](https://bumago-notes-application.web.app/)
Built With
### What is this About ?
This is a simple notes application which uses firebase for authentication and storing the user data.
## How to Use the Code
* To Clone the repo run the command given below:
```sh
git clone https://github.com/{your_user_name}/Font_KNIGA.git
```
* Go to the folder and install npm using this command
```sh
npm install
```
* Now run
```sh
npm start
```
## Features
* Google Sign In using firebase
* Firebase Firestore database
* Easy Interface
[Link to Website](https://bumago-notes-application.web.app/)