Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/wallysongalvao/meals-to-go
- Owner: WallysonGalvao
- Created: 2021-03-10T02:25:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T00:17:36.000Z (over 3 years ago)
- Last Synced: 2023-03-07T13:12:22.627Z (over 1 year ago)
- Topics: expo, firebase, husky, react-native, typescript
- Language: JavaScript
- Homepage: https://academy.zerotomastery.io/p/learn-react-native
- Size: 22.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀 Meals To Go
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
## :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/)