Skip to content

GerardoBarnett/UserManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Management Application

A simple yet powerful user management application built with HTML, CSS, and JavaScript following the MVC (Model-View-Controller) architecture.

Features

  • Create, read, update, and delete users
  • Responsive and user-friendly interface
  • Form validation and error handling
  • Data persistence using localStorage
  • MVC architecture for better code organization

Project Structure

/
├── index.html          # Main entry point
├── css/
│   └── styles.css      # Application styling
├── js/
│   ├── models/
│   │   └── userModel.js    # Data structure for users
│   ├── views/
│   │   └── userView.js     # UI rendering
│   ├── controllers/
│   │   └── userController.js # User interaction handling
│   └── services/
│       └── userService.js  # Business logic and data operations
└── assets/
    └── images/         # Application images (if any)

How to Use

  1. Clone the repository
  2. Open index.html in your browser
  3. Use the form to add new users
  4. View all users in the table
  5. Edit or delete users as needed

Dependencies

  • No external dependencies required
  • Built with vanilla JavaScript, HTML5, and CSS3

Browser Compatibility

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

About

User management app in html, javascript and css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors