Skip to content

oluwagbenga-joloko/React-Native-Newsfeed

Repository files navigation

React Native Newsfeed Application

View News Headlines from over 200 sources.

NPM Version Maintainability

This is a news feed react native application that enables you view News Headlines from over 200 sources. It consumes the News API

News Feed

Built With

  • React - A JavaScript library for building user interfaces
  • React Native - A framework for building native applications using React and Javascript.
  • Redux - A Javascript Library for mangaging Apllication State
  • React Navigation - A Flexible Library for Navigation in React Native.
  • Native Base - A dynamic front-end framework for building cross-platform UI components.

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

Follow the instruction here to setup your react Native development Environment for your Develeopment OS and Target OS.

Installing

A step by step series of examples that tell you have to get a development env running

  • Open a terminal/command prompt on your computer and cd into your preferred path/location.

  • Clone this repo: Enter this command in the terminal:

git clone  https://github.com/andela-ojoloko/React-Native-Newsfeed.git
  • Install dependencies : Do so by running the following command:
npm install
  • Run the project: This will run the project on your Android Emulator:
react-native run-android

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

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