/assignment

Primary LanguageTypeScript

Assignment

A simple application that displays a gif and fetching posts from

https://jsonplaceholder.typicode.com/posts

There is also a text input that allows users to filter posts and a button when press will re-render the list with same posts but with a different random number

Installation

Clone this repository. You will need node and npm or yarn installed globally on your machine.

Open the repository and run

yarn

or

npm i

Go to your ios folder and run

pod install

To run on Android

yarn android

or

npx react-native run-android

To run on iOS

yarn ios

or

npx react-native run-ios

Built With