This project is a user management table built with HTML, CSS, and JavaScript. It fetches user data from JSONPlaceholder API and displays it in a table. The table allows users to filter by name and remove users.
- Clone the repository:
git clone git@github.com:fezzzle/listofusers.git
- Open the index.html file in a web browser.
Alternatively, you can view the live demo https://fezzzle.github.io/listofusers/
The table displays user information such as name, email, address, phone number, and company. Users can be filtered by name by typing in the search box. Users can be removed by clicking on the "X" button on the right side of the table row.
Contributions are welcome! If you would like to contribute, please open an issue to discuss the changes you would like to make, or submit a pull request with your changes.
This project is licensed under the MIT license.