Purchases diary

// React Native app

Purchases diary
About this project

A mobile application developed using React Native that allow users to keep a record of all the orders done along the year. Each order is formed by a list of products with its corresponding quantity and in different statues. There could be pending products or purchased products. In the second case the app allows you to indicate more details about the purchase like provider or price.

At architecture level it is a cloud based app where all users data is stored in a Firebase realtime database. This allows seeing the same information on every device.

By the moment this application is only available on the AppStore. Use the following link to download it:

Technical sheet
  • React Native
  • Firebase
  • Redux
  • Sagas