Skip to content

This is a simple mobile app for search and read articles.

Notifications You must be signed in to change notification settings

RadiRS/news-app

Repository files navigation

News Mobile App

This is a simple mobile app for search and read articles. In this app using public API from http://developer.nytimes.com/ and https://uinames.com/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software

NPM (Node Package Manager), React Native CLI

Installing

Clone the repositori via http or ssh

git clone https://github.com/RadiRS/news-app your_app_name
git clone git@github.com:RadiRS/news-app.git your_app_name

Enter into project directory and install all dependencies

cd your_app_name && npm install

Create .env file and setup your HOST_API and API_KEY

API_HOST=https://api.nytimes.com/svc
API_KEY=laidfjoelkajsdoifjekl

Run the project via command line

npm run android   //android
npm run ios       //ios

Demo

 

Running the tests

Break down into end to end tests

For testing just run script command

npm run test

Deployment

Android

Setup your signed apk by follow this tutorial and run this command

npm run build-android

Built With

Authors

  • Radi Rusadi - Initial work - Github

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

This is a simple mobile app for search and read articles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published