Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wallysongalvao/meals-to-go

Complete React Native Developer: Zero to Mastery [with Hooks]
https://github.com/wallysongalvao/meals-to-go

expo firebase husky react-native typescript

Last synced: 1 day ago
JSON representation

Complete React Native Developer: Zero to Mastery [with Hooks]

Awesome Lists containing this project

README

        


Zero To Mastery


Complete React Native in 2021: Zero to Mastery [with Hooks]


🚀 Meals To Go


GitHub language count

Repository size


GitHub last commit


Repository issues

License


Project   |   
Layout   |   
Techs   |   
Running   |   
Licence



## 💻 Project

This project was developed during the [Complete React Native: Zero To Mastery](https://www.udemy.com/course/complete-react-native-mobile-development-zero-to-mastery-with-hooks/) course.

## 🎨 Layout


Mockup Meals To Go App

## :rocket: Techs

This project was developed with the following technologies:

- [Expo](https://expo.io/) | [React Native](https://reactnative.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Firebase](https://firebase.google.com/)
- [Husky](https://typicode.github.io/husky/#/)

\ * For more details, see the **[package.json](./package.json)**

## :notebook: Running

```bash
# Clone this repository
$ git clone https://github.com/WallysonGalvao/meals-to-go.git

# Access the project folder in your terminal / cmd
$ cd meals-to-go

# Install the dependencies
$ yarn install

# Run the application
$ yarn android ou yarn ios

# Alternative command to run the application
$ expo start --tunnel
```

## :construction: How to contribute to the project

1. **Fork** the project.
2. Create a new branch with your changes: `git checkout -b my-awesome-feature`
3. Save your changes and create a commit message telling you what you did: `git commit -m "feature: My awesome feature"`
4. Submit your changes: `git push origin my-awesome-feature`
> If you have any questions, check out this [guide on how to contribute on GitHub](https://github.com/firstcontributions/first-contributions)

## :memo: Licence

This project is under the MIT license. See the [LICENSE] file (LICENSE.md) for more details.

---

Made with hours in front of: computer: by [Wallyson Galvão](https://www.linkedin.com/in/wallyson-galvao/)