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.
- TypeScript
- React
- Redux Toolkit
- CSS
-
Clone the repository to your local machine:
git clone https://github.com/Yarzik7/user-management-table.git cd user-management-table
-
Install the dependencies:
npm:
npm install
yarn:
yarn install
-
Running the project:
npm start
Next, you can view the work of the project at http://localhost:3000