Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 788 Bytes

File metadata and controls

20 lines (12 loc) · 788 Bytes

This project was bootstrapped with Create React Native App.

React Native/REDUX Training Applications

This repository contains applications that were built to understand the inner workings of React Native and Redux. The individual applications are:

  1. A simple mobile application that illustrates flex layouts, and how they can be utilized to create beautiful apps.
  2. 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.

Deployment

To run this project:

  1. Clone this repository
  2. Run [ npm i ] to install the project dependencies.
  3. Run [ npm start ] to open the project in your default browser.

Happy hacking!