This app has a basic authorization & list seach/sort capabilities using React, Redux, Thunks & Typescript
Create a server explorer web app with sign-in authorization:
○ Implement login (POST http://playground.tesonet.lt/v1/tokens { username: "tesonet", password: "partyanimal" })
○ Display servers list - GET http://playground.tesonet.lt/v1/servers ○ Make servers list sortable and searchable by name/distance
● App must work on all modern browsers + IE11
I could have added some basic UI validation tests as well. This would test the util functions by intereacting with the DOM and validating results.
I could have reused more scss classes and added component styling variants via dyanamic classnames.
git pull https://github.com/ColinRosati/auth-sort-servers.git
yarn
yarn start
In the project directory, you can run:
To run app
To run tests
To make build