This repository has 5 branches I created during the development of this app. My goal was to make it easier for the reviewer to move between the different stages of application development.
I would like to add that I am fully aware that this project could have been done in a much simpler way without the use of tools such as
react-router
orrtk
, but I wanted to show that I am familiar with the react ecosystem.I hope you will like my implementation :)
Loom._.Free.Screen.Video.Recording.Software._.Loom.-.17.March.2023.mp4
//clone
$ git clone https://github.com/BlazejBatko/currencies.git
//move inside project's folder
$ cd currencies
//install dependencies
$ npm i
//finally, start the project in development mode
$ npm start
//OR build and preview production env build
$ npm run build
$ npm run preview
//inside /currencies folder
$ npm test