A simple user management application built with React and Redux Toolkit.
- User List: Display a list of users fetched from an API.
- Filtering: Filter users by name, username, email, and phone.
- Responsive Design: The application is designed to be responsive and user-friendly.
- React: A JavaScript library for building user interfaces.
- Redux Toolkit: A library for managing global state.
- TypeScript: A superset of JavaScript that adds static types.
- Axios: A promise-based HTTP client for making requests.
- CSS: For styling the components.
-
Clone the repository:
git clone https://github.com/Chornei-Olha/user-management.git
-
Navigate to the project directory:
cd user-management
-
Install the dependencies:
npm install
To run the application, use the following command:
npm start
The app will be available at http://localhost:3000.