Skip to content

Mama Recipe is a mobile application that enables users to publish their cooking recipes and view recipes from other users

License

Notifications You must be signed in to change notification settings

matfaisall/recipe-reactnative

Repository files navigation


Mama Recipe

Mama Recipe Mobile Application

Demo Web - Report Bug - Request Feature

Table of Contents

Table of Contents
  1. About Us
  2. Getting Started
  3. Screenshots
  4. Contributing
  5. Related Project
  6. Contact
  7. License

About The Project

Mama Recipe is a mobile application that enables users to publish their cooking recipes and view recipes from other users. Users can explore and try out diverse recipes published by others. Enjoy the platform and experiment with the variety of recipes.

Built With

This app was built with some technologies below:

Getting Started

Prerequisites

Before going to the installation stage there are some software that must be installed first.

Installation

If you want to run this project locally, I recommend you to configure the back-end first before configuring this repo front-end.

  • Clone the repo
git clone https://github.com/matfaisall/recipe-reactnative.git
  • Go to repo
cd recipe-reactnative
  • Install module
npm install
  • Setup .env
BASE_URL=[URL_API]
  • Type npm run dev To Start the local web

Try My Mobile Application

Download Apps

If you want to try our web application, you can use the following account :

Login

email     : faisal@gmail.com
password  : 123456

Screenshoots

Splash Screen Login Screen Register Screen
Splach Screen Mama Recipe Login Mama Recipe Register Mama Recipe
Home Screen Search Recipe Screen Detail Recipe Screen
Home Screen Mama Recipe Search Recipe Mama Recipe Detail Recipe Mama Recipe
Upload Recipe Screen Profile Recipe Screen My Recipe Recipe Screen
Upload Screen Mama Recipe Profile Recipe Mama Recipe My Recipe Mama Recipe
Update Recipe Screen
Update Screen Mama Recipe

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Add your Changes (git add .)
  4. Commit your Changes (git commit -m 'Add some NewFeature')
  5. Push to the Branch (git push origin feature/NewFeature)
  6. Open a Pull Request on Github

Related Project

📚 Backend Mama Recipe

📚 Frontend Mama Recipe

🌐 Web Service

Contact

Contributors names and contact info

  • AUTHOR
Muhammad Faisal
Muhammad Faisal
Lead Frontend | Frontend Web Developer
[LinkedIn Account]

License

Distributed under the MIT License.

(Back to Top)