Skip to content

khokhlachev/revolut-home-task

Repository files navigation

What's inside

Revolut currency exchange screen home task.

Live demo

Technologies

  • CRA as a base and craco without ejecting
  • xstyled as CSS-in-JS framework on top of styled-components
  • Jest as testing famework with testing-library/react
  • TypeScript as the main language

Project structure is based on feature sliced.

Usage

$ npm i
$ npm start

Testing

$ npm test