Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdtriedcoding/noted
Noted is an all-in-one workspace application, that helps you for note-making 📝, project management 📅, collaboration 👥, and more! 🛠️
https://github.com/abdtriedcoding/noted
blocknote bun clerkauth convex edgestore framer-motion nextjs nextjs14 notion reactjs realtime-database realtime-rendering shadcn-ui tailwindcss typescript vercel zod zustand
Last synced: 4 months ago
JSON representation
Noted is an all-in-one workspace application, that helps you for note-making 📝, project management 📅, collaboration 👥, and more! 🛠️
- Host: GitHub
- URL: https://github.com/abdtriedcoding/noted
- Owner: abdtriedcoding
- License: mit
- Created: 2024-01-20T07:49:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T06:10:58.000Z (6 months ago)
- Last Synced: 2024-07-10T07:41:40.455Z (6 months ago)
- Topics: blocknote, bun, clerkauth, convex, edgestore, framer-motion, nextjs, nextjs14, notion, reactjs, realtime-database, realtime-rendering, shadcn-ui, tailwindcss, typescript, vercel, zod, zustand
- Language: TypeScript
- Homepage: https://notedwebapp.vercel.app
- Size: 3.11 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
Noted
Noted is an all-in-one workspace application, that helps you for note-making 📝, project management 📅, collaboration 👥, and more! 🛠️
![Thumbnail](/public/thumbnail.png)
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
```shell
git clone https://github.com/abdtriedcoding/noted.git
```### Install packages
```shell
bun i
```### Setup .env file taking refrence from .env.example file
### Setup Convex
```shell
bunx convex dev```
### Start the app
```shell
bun run dev
```