CConverter is an open-source project. Calculations are based on the latest data provided by the National Bank of Poland API.
Application is adjusted to be used on any device. It works great on desktops, tables or mobile phones. Right now we are
supporting polish and english language using
react-i18next
library.
This project is continuously developed. We are adding new features, fix (potential of course :) ) bugs, so we can meet your expectations.
We are LIVE so you can visit us here --> CConverter
- React
- TypeScript
- SCSS
- AntDesign
- React-ChartJs-2
- Travis CI
- Install latest LTS npm (recommended via nvm)
- Clone repository
- Perform
npm -i
to install all required dependencies - Run project locally using
npm start
- All new features or bug fixes should be made as separated PR on new branches.
- We are starting from
develop
branch so all new branches should be made from that. - Each PR that will be merged with
develop
needs to pass ourTravis CI
build gets approves by reviewers. master
branch contains the latest stable version of project.master
branch is being built each time new feature || bug fix is merged into develop.
Because CConverter is an open-source project you can help us improve it. If you find any issues please contact with us using Contact Form directly from our application.