Welcome to the React User Management App! This app allows you to seamlessly add and remove users via a form and display them as cards. It's simple, sleek, and interactive! π
- β Add new users with a form.
- πΌοΈ Display users as stylish cards.
- β Remove users with the click of a button.
- βοΈ Fill out the form with user details.
- π±οΈ Hit the Submit button to add a user.
- ποΈ Click Remove on any card to delete that user.
- Manages the state of the list of users. π
- Passes necessary data and actions to child components.
- Displays the user data in neat cards. πΌοΈ
- Accepts
usersandhandleRemoveas props for user management.
- Provides the form to add users. βοΈ
- Calls the
handleFormSubmitDatafunction (passed via props) to add a new user.
- React: For creating interactive UIs. βοΈ
- Tailwind CSS: For beautiful, responsive design. π¨
Want to help make this app even better? Feel free to fork the repository and submit pull requests for any improvements or bug fixes. Contributions are always welcome! π
This project is licensed under the MIT License. Feel free to use it as you wish! π
Getting this app up and running on your local machine is super easy! Just follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/react-user-management-app.git
-
Navigate to the project directory:
cd react-user-management-app -
Install dependencies using npm:
npm install
-
Start the development server and enjoy! π
npm start
Now you're all set! π Start adding and removing users with ease. π
