Frontend mobile app interface for the Mess Management Application: NoMess. For detailed description, including motivation behind the project, features, design and implementation of the screens, have a look at this presentation (Kindly open the link in Microsoft Powerpoint, for some reasons this GIFs are not working in Google Slides)
For backend, head over to this repo.
First, setup the environment for building and running the app. Follow this setup tutorial for React-Native CLI and Android studio.
After setting up the environment, clone the repository and open the directory in terminal. Run the following commands:
> yarn
> npx react-native start
> (in separate shell) npx react-native run-android (or run-ios if you want to run on iOS simulator)