The project is deployed on netlify - https://taxtim.netlify.app/
TaxTim is an online tool that assists non tax practitioners with their tax return submission and in calculating tax. Their goal is to make it as easy as possible with little to no effort but without the hefty practitioners' cost.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
Mock API - https://6453b750e9ac46cedf2d995b.mockapi.io/api/bikes/login
- HTML
- CSS
- ReactJS
- Chakra UI
closed-birthday-4512
├── README.md
├── node_modules
├── package-lock.json
├── package.json
├── .gitignore
├── public
└── src
└── Components
│ ├── AllRoutes.jsx
│ ├── BillingPage.jsx
│ ├── CapitalGains.jsx
│ ├── Footer.jsx
│ ├── IncomeTaxCalculator.jsx
│ ├── Navbar.jsx
│ └── PrivateRoute.jsx
├── chatbot
│ ├── Avatar.jsx
│ ├── chatbot.js
│ ├── Form.jsx
│ └── PrivateRoute.jsx
├── Context
│ └── AuthContextProvider.jsx
└── css
│ ├── BillingPage.css
│ ├── Calculators.css
│ ├── CapitalGainsCalculator.css
│ ├── Contact.css
│ ├── FAQ.css
│ ├── Footer.css
│ ├── HomePage.css
│ ├── IncomeTaxCalculator.css
│ ├── Login.css
│ └── Navbar.jsx
├── images
│ ├── c.png
│ ├── c2.jpg
│ ├── captcha.jpg
│ ├── HomePage (600).jpg
│ ├── taxtim-logo.jpg
│ └── TaxTim.png
├── Pages
│ ├── Calculators.jsx
│ ├── Contact.jsx
│ ├── FAQ.jsx
│ ├── Login.jsx
│ ├── HomePage.jsx
│ └── Login.jsx
├── App.css
├── App.js
├── index.css
└── index.js