plane Posted January 12 Author Posted January 12 Currently my note-taking app can save notes into localStorage (it s gonna save notes into IndexedDB later) for offline usage and i've just made basic RESTful API (without multi user handling, auth and saving notes into db on server, its saving notes temporary) and connected it to my frontend. I m gonna make more complex backend with multi user access, auth, saving notes into db (MongoDB), SignalR (Realtime communication), Redis (caching) and realtime collaboration later. It can just do basic CRUD operations for one user (creating, loading, updating and deleting notes on the server). Im using React for frontend (quill.js for text editor) and ASP.NET Core WebAPI for backend. Also my parents bought me new beautiful laptop that I wanted for really long time (and i fking love this laptop) Microsoft Surface laptop 7 with Qualcomm Snapdragon X Plus Chip hehe Current backend: Current frontend: 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.