This is a notes appication which is used to store notes and daily task. It can be accessible to every that means anyone can see the notes that you have created. I have used firestore to update the notes in the realtime. So everytime you add a note, delete or update a note there is the updated data of notes shown at the client end.
Tech used : ReactJs, Redux for state management, DaisyUI, Tailwindcss, Firebase. Live site : https://soft-begonia-6c1d36.netlify.app/
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh