📝 In general, "fleeting notes" can refer to short, temporary or transient pieces of information or thoughts that are quickly recorded for future reference. They are often used to capture ideas, reminders, or snippets of information that may be relevant at a later time. Fleeting notes are typically concise and may not be organized in a structured manner like a formal document or article.
🚀 This project aims to help me practice with NextJs, Supabase and React. It allows users to quickly jot down their thoughts, ideas, and reminders, and easily access them whenever needed. With a simple and intuitive interface, users can create, edit, and delete their notes effortlessly.
This project utilizes the following technologies:
-
Clone the project
https://github.com/Razvy13/fleeting-notes.git
-
Install dependencies with npm
-
Create a .env.local file with the following variables:
NEXT_PUBLIC_SUPABASE_URL=https://eqomrwsptkktewktdrgt.supabase.co NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImVxb21yd3NwdGtrdGV3a3Rkcmd0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjUwOTAxNjMsImV4cCI6MjA0MDY2NjE2M30.kwAwxVDp4I-zMRokfGMIMwTCqk_ygxucKUrjbekkTow
-
Run project
npm run dev