A simple front-end CRUD (Create, Read, Update, Delete) app made using HTML, CSS, and JavaScript, with data stored in a local db.json file. This project helps manage a list of users β you can add, view, update, and delete users through a clean UI.
β οΈ This project is for learning/demo purposes. It doesn't include a backend server or database connection.
- Add new users
- View all users
- Edit user details
- Delete users
- Clean and responsive UI
- HTML
- CSS
- JavaScript
- JSON (for mock data)
- Clone this repo:
git clone https://github.com/Krishana10/CURD
- Navigate to the project folder:
cd CURD
- Open user.html in your browser:
Just double-click the file OR
Right-click > Open with > Your browser
π Project Structure
CURD/ β βββ db.json # Sample/mock user data βββ user.css # Styling for the UI βββ user.html # Main front-end page βββ user.js # JavaScript for CRUD logic
π Notes
Data isnβt saved permanently β it resets on refresh unless connected to a real backend.
To make this more powerful, consider integrating with a REST API using fetch.
π Author
Made with π» by Krishna
π License
This project is open-source. Feel free to use, modify, and share it. No credit needed (but always appreciated! π)