Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 532 Bytes

street-workout-places

An open-source mobile app whose main purpose will be to help you find street workout parks in a given location (e.g. in your neighborhood). The project is still at an early stage of development.

Architecture:

Mobile:
The app is written in Flutter with BLoC as a state management solution. The equality is checked with the help of Equatable package.

Backend:
In the beginning all data will be stored using Firebase. The ultimate goal is to create a dedicated backend server for that.