Skip to content

guilhermefos/GoRestaurantMobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


GoRestaurant

Explore the best food you ever seen. Shop meals before they're gone!

Author Languages Stars Forks Contributors

Screen1       Screen2       Screen3

📌 Table of Contents

🚀 Features

  • Explore all meals
  • Select meals from category
  • Add meals to favorite list
  • Search for meals
  • Order meals

👷 Installation

You need to install Node.js, Yarn, Android SDK first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/guilhermefos/GoRestaurantMobile.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git@github.com:guilhermefos/GoRestaurantMobile.git

Install dependencies

yarn install

Install IOS native dependencies

cd ios && pod install

🏃 Getting Started

Run the following command in order to start the application in a development environment:

  // Run the json server to access the mock data
  json-server --p 3333 server.json

  // Install the application in a Android device
  yarn android

  // Install the application in a IOS device
  yarn ios

  // Start the mobile application as well the fake server to retrieve products data
  yarn dev

📮 Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are React Native + Styled Components to handle scoped CSS.

🐛 Issues

Feel free to file a new issue with a respective title and description on the the GoRestaurantMobile repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2020. This project is under the MIT license.

Made to fly by Guilherme Oliveira 🚀

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors