This project was bootstrapped with Create React Native App.
This repository contains applications that were built to understand the inner workings of React Native and Redux. The individual applications are:
- A simple mobile application that illustrates flex layouts, and how they can be utilized to create beautiful apps.
- A todo-application that allows a user to add and remove todos.
These applications can be re-engineered by following the different branches and commits on this repository.
To run this project:
- Clone this repository
- Run [ npm i ] to install the project dependencies.
- Run [ npm start ] to open the project in your default browser.
Happy hacking!