PttB422 / assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 37.0%Language:Java 30.3%Language:Objective-C 22.0%Language:Ruby 3.9%Language:JavaScript 3.8%Language:Starlark 2.9%