A web application for visualizing your tax burden and how you fill your bracket.
Visit the live application: tax-visualizer.netlify.app
- Node.js (version 14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/matthewpwatkins/tax-visualizer.git cd tax-visualizer -
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 to view it in your browser.
npm start- Runs the app in development modenpm test- Launches the test runnernpm run build- Builds the app for productionnpm run eject- Ejects the CRA configuration
The application is automatically deployed to Netlify when changes are pushed to the main branch.
This project is licensed under the MIT License.