NoteSaver is a simple web application that allows users to create, read, update, and delete (CRUD) notes or pastes. It provides an intuitive interface for managing personal notes efficiently.
📝 Create new pastes (notes)
📖 Read and view saved pastes
✏️ Edit and update existing pastes
❌ Delete pastes when no longer needed
🔒 Private and secure storage
Frontend: React (Vite) + Tailwind CSS
Backend: Node.js + Express.js
-
Clone the repository -https://github.com/ktan-wolf/Note-Saver-App.git -cd Note-Saver-App
-
Install Dependencies -npm install
-
Run the project -npm run dev