The Expenses Wallet is a Frontend Single Page Application developed in ReactJS and Redux in which the user can insert expenses with the relevant attributes and the application will automatically convert the currencies display it. The application will request an external API to receive the data for each currency.
- ReactJS for creating and managind components
- Redux for state management
(expected to node v. 16 installed locally)
- Clone the repository
git clone git@github.com:P-dPF/blogs-api.git
- Navigate into the directory created in the previous step
cd expenses-wallet
- Install depedencies
npm install
- Run the application
npm start