/gorestaurant-mobile

Desafio GoRestaurant Mobile, praticando o uso do React Native junto com TypeScript na criação de um aplicativo para pedidos de comida. aplicado no Bootcamp GoStack

Primary LanguageTypeScriptMIT LicenseMIT

Go Restaurant Mobile

Go Restaurant Mobile

💡 Project's Idea

This project was developed as a challenge during the RocketSeat's Bootcammp GoStack. It aims to create a mobile application for viewing a restaurant's menu and ordering its dishes.

🔍 Features

  • Available dishes listing;
  • Ordering dishes;
  • Setting favorite dishes;

sample

💹 Extras

🛠 Technologies

During the development of this project, the following techologies were used:

💻 Project Configuration

First, install the dependencies for the project

$ yarn

If not already installed, you must also install the json-server globally on your machine. You can do this with the command below:

$ npm install -g json-server

⏯️ Running

To run the project in a development environment, first you must run the json-server with the fake API to be consumed by the front-end application. You can do this with the following command on the root directory:

$ yarn start-server

After that, in another terminal, execute the following command on the root directory.

$ # For Android devices
$ yarn android
$ # For iOS devices
$ yarn ios

Documentation:

📄 License

This project is under the MIT license. For more information, access LICENSE.