You can access the live website at https://cooltaxtool.com
The master branch is automatically deployed using Netlify, so any PR merged into master will be available right away.
CoolTaxTool is an open source project that aims to provide a simple and easy way to calculate and visualise the taxes in the UK.
The goal of the project is to help people make smarter decisions about their finances, such as personal pension contributions, salary sacrifice, etc.
Feel free to contribute to the project by requesting features, reporting bugs, or even submitting pull requests.
To start working on the improvements, you can clone the repository and start working on it locally.
Please refer to the official documentation suitable for your operating system to find out how to install these tools.
Clone the repository and install the dependencies:
git clone git@github.com:wozniakpawel/cooltaxtool.git
cd cooltaxtool
npm install
To run the app, simply run this command from the repository root directory:
npm start
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.