Skip to content

Yarzik7/user-management-table

Repository files navigation

User Management Table

About project

This web application is designed to display user data received from the JSONPlaceholder API as a table, and also allows you to filter their display in real time by name, username, email and phone fields.

Features

  • Display users in a table

Users table

  • Filter users data in real time

Users filter

  • Responsive layout

Mobile view

  • Loader and notifications when working with data

Loader

Loader

Notifications

No users

Users error

Technology stack

  • TypeScript
  • React
  • Redux Toolkit
  • CSS

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Yarzik7/user-management-table.git
    cd user-management-table
  2. Install the dependencies:

    npm:

    npm install

    yarn:

    yarn install
  3. Running the project:

    npm start

Next, you can view the work of the project at http://localhost:3000

About

The web application displays users in a table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published