Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimodimchev/learningreactnative
A repository for my projects from a YouTube course for React Native
https://github.com/dimodimchev/learningreactnative
firebase jsx mobile react-native tutorial
Last synced: about 11 hours ago
JSON representation
A repository for my projects from a YouTube course for React Native
- Host: GitHub
- URL: https://github.com/dimodimchev/learningreactnative
- Owner: DimoDimchev
- Created: 2021-06-07T18:39:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T19:29:45.000Z (over 3 years ago)
- Last Synced: 2024-11-11T08:48:50.074Z (about 2 months ago)
- Topics: firebase, jsx, mobile, react-native, tutorial
- Language: JavaScript
- Homepage:
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearningReactNative
This is a repository for a [YouTube tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9ixPU-QkScoRBVxtPPzVjrQ) I followed to help me get started with mobile development with React Native. During this course I developed several small-scale React Native app which I will showcase below.
In this tutorial I learned about:
- Creating app layouts
- State hooks
- Navigation
- Components and custom components
- Forms with Formik
- Validation with Yup
- Fetching data from API's using React NativeI also built the following apps:
| ToDo App | Reviews app |
| :--------: | :-----------: |
| A simple todo list application that allows the user to add and remove tasks to their list. State hooks are used throught the app as well as various custom components and touchable components | An app for movie reviews where users can add reviews via a Formik form which is validated with Yup. This app uses various custom components, state hooks, stack navigation and more. All of the reviews are dynamically stored in a Firebase Realtime Database which makes the app a bit better |