Simple app that shows data from SWAPI in a friendly way.
Type in search input above data table.
Click on data table head (bordered text ex. name) to sort by clicked column values
1 click: sort ascending
2 clicks: sort descending
next click: disables sorting
- Clone repo
- Install dependencies
npm installoryarn install - Start app
npm run dev
Run: npm run dev (starts dev server)
Build: npm run build
lint run: npm run lint (without app)
lint fix files: npm run lint:fix (fix simple linting)
- Add Webpack manifest
- Add props custom validators to object and arrays
- More tests...
- Cache-like request storing