/noteitt

The simplest web app for note keeping and sharing it with others.

Primary LanguageTypeScriptMIT LicenseMIT

NoteIt

A simple web app for note keeping and sharing note with others.

Screenshots

Screenshot 2022-12-31 at 8 30 33 PM

noteitt.mov

Built with:

  1. React.
  2. Redux Tookit.
  3. Supabase, Supabase Realtime Database, Supabase Auth.
  4. Tailwind CSS.

Features

  • 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.

Run this on your local machine.

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=

Supabase Schema

  1. notes
  2. profile
Screenshot 2023-09-16 at 1 33 16 PM

Run these commands from the local directory of the project:

npm install
npm start