Skip to content

NoteFlow is a powerful productivity and collaboration platform designed to elevate the way you organize, collaborate, and innovate. With a user-friendly interface and robust features, NoteFlow empowers individuals and teams to effortlessly capture, refine, and share their thoughts, notes, and tasks.

Notifications You must be signed in to change notification settings

khoido2003/NoteFlow

Repository files navigation

Auth logo

Note Flow

NoteFlow is a powerful productivity and collaboration platform designed to elevate the way you organize, collaborate, and innovate. With a user-friendly interface and robust features, NoteFlow empowers individuals and teams to effortlessly capture, refine, and share their thoughts, notes, and tasks.

Features

  • Note Management: Create, edit, and organize your notes effortlessly.
  • Task Tracking: Keep track of your tasks with customizable lists and boards.
  • Document Handling: Store and manage documents securely.
  • Collaboration: Share notes and documents with others.
  • Authentication: Secure user authentication powered by Clerk.
  • Customization: Tailwind CSS enables easy customization of the user interface.

Screenshots

Screenshot 1 Homepage.

Screenshot 2 Edit your document

Screenshot 3 Find document

Technologies Used

Getting Started

  1. Clone the repository:

    git clone https://github.com/khoido2003/NoteFlow.git
    cd NoteFlow
  2. Install dependencies:

    npm install
  3. Set up your environment variables:

Create a .env.local file in the root directory and add the following:

CONVEX_DEPLOYMENT=''
NEXT_PUBLIC_CONVEX_URL=''
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=''
EDGE_STORE_ACCESS_KEY=''
EDGE_STORE_SECRET_KEY=''
  1. Run Convex database migrations:

    npx convex dev
  2. Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

NoteFlow is a powerful productivity and collaboration platform designed to elevate the way you organize, collaborate, and innovate. With a user-friendly interface and robust features, NoteFlow empowers individuals and teams to effortlessly capture, refine, and share their thoughts, notes, and tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published