This project includes an expense tracking application used to monitor income and expenditures. It is a modern web application developed using React.
- React Vite
- React Redux / Redux-Tools
- React Router
- Bootstrap@4.6
- Chart.js
- ...
src/components
: Contains application components.src/redux
: Includes Redux actions, reducers, and the store.src/styles
: Contains style files.- ...
useState
useEffect
useSelector
- ...
- Open the terminal in the project directory.
- Run the
npm install
command to install dependencies. - Start the application with the
npm run dev
command.
This project is part of the Technigo Bootcamp and serves as the final project. Special thanks to Antonella and the entire Technigo team for their support and guidance throughout the bootcamp.