Skip to content

Latest commit

Β 

History

History
59 lines (43 loc) Β· 1.13 KB

README.md

File metadata and controls

59 lines (43 loc) Β· 1.13 KB

Noted

Noted is an all-in-one workspace application, that helps you for note-making πŸ“, project management πŸ“…, collaboration πŸ‘₯, and more! πŸ› οΈ

Thumbnail

Key Features:

  • Landing page πŸ›¬
  • Real-time database πŸ”—
  • Notion-style editor πŸ“
  • Light and Dark mode πŸŒ“
  • Trash can & soft delete πŸ—‘οΈ
  • Authentication πŸ”
  • File upload
  • File deletion
  • File replacement
  • Icons for each document (changes in real-time) 🌠
  • Full mobile responsiveness πŸ“±
  • Publish your note to the web 🌐
  • Cover image of each document πŸ–ΌοΈ
  • Recover deleted files πŸ”„πŸ“„

Prerequisites

You should have Nodejs and Bun installed on your system

Cloning the repository

git clone https://github.com/abdtriedcoding/noted.git

Install packages

bun i

Setup .env file taking refrence from .env.example file

Setup Convex

bunx convex dev

Start the app

bun run dev