A simple CRUD (Create, Read, Update, Delete) web application built using HTML, CSS, JavaScript, and jsonBin.io for persistent storage.
- ✅ Create new items
- 📥 Read and display items from jsonBin
- ✏️ Update existing items
- ❌ Delete items
- 💾 All data stored in the cloud using jsonBin.io
- Frontend: HTML, CSS, JavaScript
- Storage API: jsonBin.io
- Clone the repo:
git clone https://github.com/your-username/your-repo.git cd your-repo
