notify-me-solinca icon indicating copy to clipboard operation
notify-me-solinca copied to clipboard

Mobile app developed with React Native using Expo, JWT authentication and Styled Components, to allow the clients of Solinca's fitness clubs to configure his/her favorite classes and clubs and receiv...

Notify me - Solinca

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.

notify-me-solinca-overview

Project setup

yarn install

Compiles and hot-reloads for development using Expo Go

yarn start

Build expo app for android devices

expo build:android

Build expo app for ios devices

expo build:ios