/currencies

Primary LanguageJavaScript

Currencies App

This is a solution for the interview test by @berdyshev.

This project was bootstrapped with Create React App.

Application folders

  • The components directory contains React components and theirs styles.
  • Each module in the modules contains action type definition, action creators, reducer (exported as default) and selectors to use in the connected components. The reducers from the modules are combined in the root reducer in modules/index.js.
  • The middleware directory contains side effects for the app used by redux store.
  • index.js file in the project's root initialize the redux store and renders App wrapped with redux Provider.

Available Scripts

In the project directory, you can run:

npm start

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

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.