Trybewallet is a web application to manage daily expenses, where you can add, edit and remove an expense. It was part of my Web Development course at Trybe and the goal was to practice React with Redux, creating a store, reducers, actions, dispatchers, conecting Redux with React components and async actions. Also to practice testing with React Testing Library.
React, Redux, ES6, HTML5
git@github.com:marco-moscato/project-trybewallet.git
npm install
npm start
npm test
To check test coverage:
npm run test-coverage
Folders and files described bellow were developed by me. All other files are credited to Trybe.
project-trybewallet/src /components /pages /redux /services /tests/helpers