This project is a web application developed with React, using Vite as the development environment and Normalize.css to maintain consistent styles across all browsers. The application allows you to manage expenses and savings in an organized way, providing a clear view of the remaining budget.
- Initial total budget entry.
- Expense and savings log by section.
- Real-time update of the remaining budget indicator.
- Light and fast interface thanks to Vite.
- React: Library for building user interfaces.
- Vite: Rapid development tool for frontend projects.
- Normalize.css: Normalization of CSS styles.
To run the project locally, follow these steps:
1οΈβ£ Clone this repository:
git clone https://github.com/ACaminos/budget-Control.git2οΈβ£ Access the project directory:
cd budget-Control3οΈβ£ Install the dependencies:
npm install4οΈβ£ Start the development server:
npm run dev- Entering the total budget: When starting the application, you must enter the total amount available.
- Recording expenses or savings: New entries can be added by indicating the amount and category.
- Viewing the budget: The system updates the budget indicator in real time, showing how much money is left available.