Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Native

I 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 |