Skip to content

777Prabhjot/notelee

Repository files navigation

This is a Note taking website creating using following technologies

  1. Nextjs 14
  2. Typescript
  3. TailwindCSS
  4. Clerk
  5. Convex
  6. Shadcn
  7. Zustand

Key Features:

  • Authentication: Secure and seamless login experience with Clerk.
  • Responsiveness: A fully responsive design for an optimal user experience across all devices.
  • Note Creation: Users can create notes with the ability to add emojis, bullet points, and other rich writing features.
  • Nested Notes: Empowering users to create nested notes, edit them, and delete them effortlessly.
  • Trash System: Deleted notes are moved to the trash, allowing users to recover or permanently delete them as they wish.
  • Image Upload: Enhancing note creation by enabling users to add images to their notes.
  • Search Functionality: Simplifying user experience with a powerful search feature for quick access to notes.
  • Publishing Notes: Users can now make their notes publicly available by publishing them.

Video of the Webiste

Untitled.39_540p.mp4

Getting Started

First, run 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.