Skip to content

KevinVanDerSchans/users-filter-react

Repository files navigation

Users filter

React / TypeScript


Project overview

User filter built with React and TypeScript.

DEPLOY:
https://users-filter-react.vercel.app



Index


Features

✔️ Display the data in a table format

✔️ Provide the option to color rows

✔️ Enable the ability to delete a row

✔️ Allows the user to restore the initial state,
   meaning that all deleted rows will be recovered

✔️ Allow the data to be sorted by country

✔️ Avoid sorting users again the data when the user
   is changing filter by country

✔️ Sort by clicking on the column header

Technologies and Tools used


Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Contribution

If you want to contribute to this project, follow these steps:

  1. Perform a fork to the repository.

  2. Create a branch for your feature or bugfix: git checkout -b feature/your-feature-name

  3. Make the necessary changes and commits: git commit -m 'Add some feature'

  4. Push to branch: git push origin feature/your-feature-name

  5. Send a pull request to the original repository.


Project Status

COMPLETED


Project Developer


Kevin Schans