In addition to the proposed application, animations were added, some minor changes in CSS were made and I developed the entire responsive layout for the mobile version
Demonstration of the application | Features | Technologies used | Application installation
- Add a new spend or revenue
- Calculate total spending, revenue, and total summed
- List expenses or revenues
git clone https://github.com/mathwcruz/ignite-reactjs-chapter_II-dt_money.git
to clone the repository
To run the application on the web, follow the instructions from your terminal:
cd ignite-reactjs-chapter_II-dt_money
andcode .
- run
yarn
to install the dependencies of the project - After that, run
yarn start
to run the application, will open at the addresslocalhost:3000
Matheus da Cruz 🚀