hshoja / Currency-Exchange

implement an online currency converter (React, Context, Material UI, Test library)

Home Page:currency-exchange-fawn.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

implement an online currency converter (React, Context, Material UI, Test library)

currency-exchange-fawn.vercel.app


Languages

Language:JavaScript 94.5%Language:HTML 5.3%Language:CSS 0.2%