Skip to content

lochanar/currency-converter-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter Frontend

This repository hosts the FE application of the Currency Converter tool.

Table of Contents

  1. Introduction
  2. Deployment Guide
  3. Features

Introduction

Technologies
This project was bootstrapped with Create React App.

Dependencies

Deployment Guide

How to Checkout

Checkout the codebase from GitHub:

$ git clone https://github.com/lochanar/currency-converter-fe.git

How to Build

Run the following command in order to generate an optimized production build of the app.

$ yarn build

What now?

Once you create the production build, you can serve the site using any of the options in this guide.

How to Run Locally

Development Mode

The package manager used in this project is yarn. To install yarn, you can follow the official guide.

Once yarn is installed, navigate to the project root and execute the following command:

$ yarn

This will initialize and install all the required dependencies.

In order to run the app in the development mode:

$ yarn start

Visit http://localhost:3000 in the browser to use the app!

Features

  • Search for countries by name
  • View information about countries - flag, name, population, official currency
  • Convert an amount in SEK to a local currency
  • Update SEK amount in real time to see converted value in local currency

github-medium

About

Currency Converter FE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published