In this project, an application was developed using React and Redux available at link. This application works as a digital wallet to control expenses and have a home page where the user login and at this moment the email and password format is validated. The user is then redirected to the wallet page, where it is possible to manage (add, edit and delete) expenses in different currencies and view the total expenses converted to a currency of choice. To perform the currency exchange search, data from the awesomeapi Quotations API is used.
Application validation was done using the React Testing Library.
- Clone the repository:
git clone git@github.com:carinacunha/wallist.git
- Navigate to the root of the repository:
cd wallist
- Install the dependencies:
npm install
- Start the app:
npm start
✨This project was developed during the Web Developer course at Trybe.