Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 601 Bytes

Currency-Exchange

a SPA for currency conversions. To get current courses use any open API you can find.

The application consist of two pages:

* Converter from one currency to another;
* Page with current exchange rates;

it also has:

* Tests;
* Application performance 
   - [*] lazy loading and suspense
   - [*] use callback and memo
   - [*] checked by profiler
   - [-] cache is not needed

it uses:

* React
* Functional components
* hooks
* react context as store
* react-router for routing;
* Material UI
* Test-Library/React