Mobile app that allows the clients of Solinca's fitness clubs to configure his/her favorite classes and clubs and receive a push notification when a spot is available for these classes and also easily check all the classes with available spots in the favorite clubs. This way, there is no need to frequently access Solinca’s app/site to check if some spots emerged for the classes that the user intends to book. This app was developed with React Native using Expo, TypeScript, Styled Components, i18n internationalization and Push Notifications. Communicates with a Backend developed using Node.JS, Express.JS an MongoDB, which checks the available classes and saves user preferences, and send push notifications using expo-server-sdk package Backend GitHub Repository.
yarn install
yarn start
expo build:android
expo build:ios