Skip to content

SOULPWRD/currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9fadee8 · Mar 7, 2025

History

67 Commits
Mar 4, 2025
Mar 4, 2025
Mar 6, 2025
Mar 3, 2025
Mar 1, 2025
Mar 4, 2025
Mar 1, 2025
Mar 1, 2025
Mar 3, 2025
Mar 3, 2025
Mar 1, 2025
Mar 1, 2025
Mar 1, 2025
Mar 1, 2025
Mar 3, 2025
Mar 3, 2025
Mar 3, 2025

Repository files navigation

Bank currencies

This is the George Front-End Team coding exercise.

Introduction

The app consists of components as stated in the specification section. The attached fx.json file has been used as data source. For countries manipulation and flags mapping the countries-list dependency has been used.

Repository structure

The repository is organized into three main sections - .storybook, public, src.

/.storybook is the the storybook setup folder

/public is where are public assets resides

/src is where the application code lives - all components and their corresponding stories files, utils, hooks and data.

Development

  • In order to run the dev server, run npm run dev.

  • In order to build the project, run npm run build.

  • In order to run unit tests and test coverage, run npm run test and npm run test -- --coverage respectively.

Storybook

Every component can be find in the storybook. In order to see the components behaviour, please run npm run storybook.

Enjoy ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published