Skip to content

Chornei-Olha/user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management

A simple user management application built with React and Redux Toolkit.

Features

  • 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.

Technologies Used

  • 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.

Installation

  • 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

Usage

To run the application, use the following command:

npm start

The app will be available at http://localhost:3000.