A simple web app for note keeping and sharing note with others.
noteitt.mov
- React.
- Redux Tookit.
- Supabase, Supabase Realtime Database, Supabase Auth.
- Tailwind CSS.
- Simplest UI/UX
- Create a note with one click and update it in no time.
- One-click authentication.
- Give every note a different color.
- Share any note with anyone with a simple link.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_SUPABASE_URL=
REACT_APP_SUPABASE_ANON_KEY=
- notes
- profile
npm install
npm start
