Table for illustrating tanks and short info about them.
Table includes such features:
- pagination
- filter by name
- choosing number of items on page
- showing custom loader on loading
- processing and showing custom errors
- processing diacritics symbols for filtering
- clone repo locally
git clone git@github.com:egarinad/table.git - load node_modules using
yarnornpm i - create .env file and set your application_id
example: VITE_APPLICATION_ID=application_id - start app using
yarn start