The App allows to user create, update and delete notes and attach tags to these notes.
https://react-notes-with-tags-app.vercel.app/
Based on Kyle's youtube tutorial from WebDevSimplified
yarn build
yarn dev
- Add Database
- Add basic user auth
- Add CTA button and improve displaying layout while no notes are added
- Add state management with React Context
- Avoid Prop drilling