Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CURD (User Management App)

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.


πŸ”₯ Features

  • Add new users
  • View all users
  • Edit user details
  • Delete users
  • Clean and responsive UI

πŸ› οΈ Tech Stack

  • HTML
  • CSS
  • JavaScript
  • JSON (for mock data)

πŸš€ How to Run

  1. Clone this repo:
    git clone https://github.com/Krishana10/CURD
    
  2. Navigate to the project folder:

cd CURD

  1. 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! πŸ˜„)


About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages