If You are familiar with windows tiling manager, than this would be similar to that but this one is for notes rather than for desktop applications. I made this with the help of React, Next.js and also TailwindCSS.
- Quite flexible layout
- It's accesible on the web, or offline if you serve it with npm run dev
- Nice design
- Create as many notes as you want
- Autosave and Manual save support
- Several file support
More features coming soon!
git clone https://github.com/Remisys/TiledNotes.git- Go to the main directory
npm run dev- open http://localhost:3000 in any browser
- enjoy :)
git clone https://github.com/Remisys/TiledNotes.git- Go to the main directory
docker build -t notes .docker run -p 3000:3000 notes

