Skip to content

quis0/filters-and-table

Repository files navigation

Filters & Table 🦘

Read this in other languages: English, Русский

Current version: 1.0.2 ✅

About

Filters & Table – small SPA where you can filter person information and sorting (ascending and descending) table with this information.

Functionality:

  • Table shows columns with name, age, gender, department and address
  • Filter shows 3 groups of options: city, department and gender
  • Options are generated by data received from the server
  • Adaptive design

Project tech stack:

  1. Angular 10
  2. Sass preprocessor
  3. Typescript

Quick start

⚠️ Warning: it may take some time to install the app. If you just want to view the site, go to try it section

To install the app on your computer, you will need npm. You can download it from the official website:

https://www.npmjs.com/get-npm

Step 1. Download this repository

Step 2. Open the project folder using one of the terminals (for example, integrated terminal in VS Code)

Step 3. Enter these commands one at a time

npm i
npm start