/CardList-Add-Filter-React-App

Simple CardList app, practice on [Filter - Add - Edit ] using useState

Primary LanguageJavaScript

React User Management App This repository contains a small React application for managing user data. The app allows users to view a list of users, filter the list by name, add new users, and delete existing users.

Features Display a list of users with their information, including name, age, address, phone number, and gender. Toggle the visibility of the user list. Filter the user list by name. Add new users by providing their information through a form. Delete users from the list. Technologies Used React: A JavaScript library for building user interfaces. CSS Modules: A CSS scoping mechanism that allows modular and scoped styling. GitHub: A web-based hosting service for version control using Git. Installation Clone the repository: git clone Navigate to the project directory: cd react-user-management-app Install dependencies: npm install Usage Start the development server: npm start Open the app in your browser at http://localhost:3000 Contributing Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License This project is licensed under the MIT License.