abhi40308 / notes-app

Notes app using react and firebase sync support

Home Page:https://practical-lovelace-d6a20b.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes app

Notes app created using react and firebase realtime database. Functionalities:

  • Create notes with sync with firebase realtime database.
  • Update notes in place, synced with firebase realtime database.
  • Delete notes, synced with firebase
  • Filter through notes on basis of tags, cretion date (client side filtering)

Available Scripts

To run the app on your local system, clone the repo and in the project directory, run:

npm i firebase

Installs npm firebase package.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Deployment

The app is deployed on https://practical-lovelace-d6a20b.netlify.com/.

About

Notes app using react and firebase sync support

https://practical-lovelace-d6a20b.netlify.com/


Languages

Language:JavaScript 82.0%Language:CSS 10.3%Language:HTML 7.7%