Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mynul-islam-madhurjo/user-management-app
- Owner: mynul-islam-madhurjo
- Created: 2024-11-11T10:10:36.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:16:37.000Z (about 2 months ago)
- Last Synced: 2024-11-11T11:29:07.989Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://user-management-app-this.netlify.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.