Hands-on CRUD Project — Powered by JSON Server + HTML, CSS, JS + Bootstrap I’ve just completed a mini full-stack project using JSON Server as a mock backend and Vanilla JavaScript + Bootstrap for the frontend UI. This project demonstrates Create, Read, Update, and Delete (CRUD) operations the foundation of every web application. I built this to strengthen my understanding of REST APIs, HTTP methods, and frontend-backend communication. 🔹 Tech Stack Used: HTML5, CSS3, Bootstrap 5 JavaScript (Fetch API) JSON Server (Local REST API) 🔹 Key Features: ✅ Add new users ✅ Edit existing records ✅ Delete users dynamically ✅ Form validation & clean UI ✅ Fully responsive layout 💡 This project taught me how frontend and backend can communicate seamlessly — even with a mock server. It’s a simple yet powerful exercise for anyone learning full-stack web development. 👉 GitHub Repository: https://lnkd.in/gFHtsDG6 If you’re learning web development, I highly recommend experimenting with JSON Server — it’s an amazing tool to simulate APIs and practice CRUD logic. #WebDevelopment #Frontend #JavaScript #Bootstrap #JSONServer #CRUD #FullStackLearning #CodingJourney #ProjectShowcase
Good work
Nice work.
Nice work karolin J! I'm diving into JS myself, and it's encouraging to see how you integrated everything. JSON Server sounds like a cool tool for practice.