Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 646 Bytes

notes

A note taking web app made using react.

This app can be found here: https://notes-14a7e.web.app/ ** for demo purpose you can try logging in with username: [email protected] and password: 123456

Features:

  1. Firebase authentication (sign in/ sign up)
  2. Storing the notes in firebase database
  3. A responsive web app
  4. Any suggestion is welcomed to improve this application.

Concepts covered:

  1. CRUD api calls to firebase database
  2. Authentication (email) on login and signup with firebase
  3. Debouncing implemented to update the notes while editing it in real time
  4. React router
  5. State across the app is managed using Context API.