Minizare is an open source currency conveter web app powered by the free currency converter API. currently Minizare supports about 156 currencies and 201 countries internationally.
Any kind of contributions and bug fixes to the Minizare code base is always welcome. Read the instructions below and fix any kind of bugs that are disturbing you, to make code improvments or to add any new features you want.
- Fork Minizare and clone to your machine if you prefer to do that.
- Minizare is built using react so make sure your development machine have Node.js installed.After that install all the dependencies inside the directory using the npm install command.
- If you want to add new features make sure to branch from the 'develop' branch.
- Don't do your works on 'gh-pages' branch as it is a production build, no changes will bemerged.
- Do all your works and test your works.
- Write a good commit messages to every new things you have changed or made.
- Push to your origin repository and create a new pull request.
If you want more guide on contributing for opensource projects read this Tutorial