🌐 Live App: ToDoApp
🖥️ Server Hosted: Render
Features: ✨
✅ Create an account to securely save your notes.
✅ Add unlimited notes and reorder them however you like.
✅ Check off completed notes, edit them anytime, or delete them completely.
✅ Personalize your experience by setting a custom background color—your preference is saved forever!
Installation ⚙️
-
Clone or download the repository.
-
Navigate to the project folder in your editor.
-
Run npm install dependencies for both frontend and backend
Run Project: npm start
Run Server: npm run server
Run Frontend: npm run dev