/currencies

Primary LanguageTypeScript

Currencies tracker

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 or rtk, but I wanted to show that I am familiar with the react ecosystem.

I hope you will like my implementation :)

Preview

Loom._.Free.Screen.Video.Recording.Software._.Loom.-.17.March.2023.mp4

To Deploy this project:

//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

to run tests:

//inside /currencies folder

$ npm test