Skip to content

Android App to read jokes available online, made with React-Native.

Notifications You must be signed in to change notification settings

globalkonvict/OKASHI

Repository files navigation

Okashi--Joke APP

Okashi is a Joke App, It fetches jokes from internet and displays them on the App in an elegant way. App Employs web-scrapping on client-side to avoid intermediate server for hosting API. All the jokes are fetched from App on Demand.

This gives a good example of developing a Server-Less API Which can cut down cost. Although employing client-side API communication may expose the developer API, although it can be avoided by taking further actions.

Okashi--Joke APP Okashi--Joke APP

Stack

  • React
  • React-Native
  • JavaScript
  • Some External Libraries

Dev Setup

Requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/SarthakDwivedi/OKASHI
$ cd OKASHI
$ npm install
$ npm run start

About

Android App to read jokes available online, made with React-Native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published