Skip to content

ysfelouardi/currency-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange

A currency conversion application to help calculate what the amount is worth in another currency.

To achieve this i used Nomics API https://docs.nomics.com.

Features

Currency Converter

  1. Convert an amount from one currency to another.
  2. Get conversion history data and statistics from today to N previous days (7 days: default, 14 days, 30 days) you can choose from a dropdown list.
  3. Every conversion operation is saved to local storage.

Conversion History

  1. Load and display saved conversion operations from local storage.
  2. View and old operation and perform the conversion again.
  3. Delete a conversion operation from the history.

Technologies Used

ReactJS

TypeScript

Styled Components

Redux Toolkit

Redux Saga

React Hook Form

DEV Instructions :

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Releases

No releases published

Packages

No packages published