The application is created with convenient functionality for people who want to manage their own finances.
- registration in the application by e-mail,
- entering the starting balance,
- the ability to select a date in the calendar when entering data,
- the ability to specify the category of expenses and income,
- the function of deleting entered data,
- the application provides useful data such as: monthly reports on total expenses and income, as well as data on monthly expenses and income by category.
HTML, CSS, JavaScript, React, React Redux
- Make sure you have an LTS version of Node.js installed on your computer. Download and install if needed.
- Install the project's base dependencies with the
npm install
command. - Start development mode by running the
npm start
command. - Go to http://localhost:3000 in your browser. This page will automatically reload after saving changes to the project files.