Skip to content

jsmithb117/tax-router-redux

Repository files navigation

Jay's Tax Estimator


A simple form to estimate your tax liability.
Useful if you have many incomes or are a 1099 contract employee.

🚧🏗 Don't mind the mess, Work in Progress! 🏗🚧

Next steps:

Finish writing tests for >90% coverage

Remove unused code/directories from create-react-app

Once project is ready to ship, add features with branches and pull requests

Next feature: Find and implement an API to GET tax brackets from instead of using hardcoded data


🛠 Available Scripts

npm install

or

yarn install

🚀 Available Scripts

In the project directory, you can run:

🛠 Installation

npm install

or

yarn install

⚡️ start

npm start

or

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.


🧪 test

npm test

or

yarn test

Launches the test runner in the interactive watch mode.


🦾 build

npm build

or

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.


🧬 Project structure

This is the structure of the files in the project:

    │
    ├── public                  # public files (favicon, .htaccess, manifest, ...)
    ├── src                     # source files
    │   ├── components
    │   ├── pages
    │   ├── resources           # images, constants and other static resources
    │   ├── store               # Redux store
    │   │   ├── actions         # store's actions
    │   │   └── reducers        # store's reducers
    │   │   └── slices          # redux-toolkit slices
    │   ├── styles
    │   ├── tests               # all test files
    │   │   ├── components      # component tests
    │   │   └── pages           # page tests
    │   ├── types               # data interfaces
    │   ├── utility             # utilities functions and custom components
    │   ├── App.tsx
    │   ├── index.tsx
    │   ├── react-app-env.d.ts
    │   ├── RootComponent.tsx   # React component with all the routes
    │   ├── serviceWorker.ts
    │   └── setupTests.ts
    ├── .eslintrc.js
    ├── .gitignore
    ├── .prettierrc
    ├── package.json
    ├── README.md
    └── tsconfig.json

Bootstrapped with Create React App using complete-web-app template.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages