apple-notes-demo-2.mp4
A note taking app inspired by Apple Notes
I use Apple Notes for my daily note taking. Of course, there are a bunch of cool apps out there. But Apple Notes is perfect. It's simple and works.
I played around with their folders and how e.g. notes count are recursively calculated. As a fan of recursion and having built a real file/folder picker in the past, I had to do this haha
- React for frontend.
- Convex for backend.
- Motion for animations.
- Tailwind for styling.
- Shadcn for components.
- Vercel for hosting and web analytics.
- Clone the repo:
git clone https://github.com/tigerabrodi/jinwooo
- Setup a Convex account and create a new project.
- Run
pnpm install
- Run
npx convex dev
(this will setup your.env.local
file) - Run
pnpm dev
I assume you've it up and running by yourself.
If you find a bug, create an issue.
If you want to contribute, make sure an issue is already created and ASSIGNED to you. Don't waste your time making a PR that won't be merged.
If it's something that I think should be addressed, we can discuss the solution in the github issue, and then you can go ahead and make a PR.
This project is licensed under the MIT License ❤️