Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mynul-islam-madhurjo/user-management-app


https://github.com/mynul-islam-madhurjo/user-management-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# User Management App

A simple user management application built with vanilla JavaScript that demonstrates modern ES6 features and DOM manipulation.

## Live Demo
[View Live App](https://user-management-app-this.netlify.app/)

## Features

- Create, Read, Update, and Delete (CRUD) operations for user management
- Data persistence using Local Storage
- Search functionality to filter users
- Sort users by different criteria
- Form validation
- Responsive design

## Technologies Used

- HTML5
- CSS3
- Vanilla JavaScript (ES6+)
- Local Storage for data persistence

## Key JavaScript Concepts Used

- ES6 Classes
- Arrow Functions
- Template Literals
- Destructuring
- Spread Operator
- Local Storage
- Event Handling
- Function binding (call, bind, apply)

## Getting Started

1. Clone the repository
2. Open `index.html` in your browser
3. Start managing users!

## License

This project is open source and available under the MIT License.