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: demo@gmail.com and password: 123456
Features:
- Firebase authentication (sign in/ sign up)
- Storing the notes in firebase database
- A responsive web app
- Any suggestion is welcomed to improve this application.
Concepts covered:
- CRUD api calls to firebase database
- Authentication (email) on login and signup with firebase
- Debouncing implemented to update the notes while editing it in real time
- React router
- State across the app is managed using Context API.