humanityjs / checkpoint1

NewsNinja is a news feed app that source news articles from over 70 news sources.

Home Page:https://newsninja.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsNinja - The modest News App!

Code Climate Issue Count Build Status codecov

Introduction

  • NewsNinja is a React Powered News Feed App.
  • It has the following features;
  • Login via Google
  • Allows users to select news sources
  • Allows users to sort news article based on the sorting parameter available
  • Sorting can either be by - * Top * Latest * Popular
  • Allows users to save favorite news
  • Allows users to share interesting news on social media
  • A demo of the app can be access on heroku via here

Dependencies

Development Dependencies

Dependencies

Front End Dependencies

Installation and setup

  • Navigate to a directory of choice on terminal.
  • Clone this repository on that directory.
  • Using SSH;
>`git clone git@github.com:andela-dbamidele/checkpoint1.git`
  • Using HTTP;
>`git clone https://github.com/andela-dbamidele/checkpoint1.git`
  • Navigate to the repo's folder on your computer
  • cd checkpoint1/
  • Install the app's dependencied
  • npm install
  • Run the app
    • npm start

Tests

  • The tests have been written using Jest and Enzyme.
  • They are run using the coverage tool in order to generate test coverage reports.
  • To run the tests, navigate to the project's root folder
  • Run the following commands.
  • npm test

How to contribute

To contribute, fork this repo to your private repository and follow the wiki conventions on branch naming, commit messages and pull request.

Limitations

This app and its functions are limited by the time constraint.

Troubleshooting & FAQ

Not available at the moment

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

NewsNinja is a news feed app that source news articles from over 70 news sources.

https://newsninja.herokuapp.com

License:MIT License


Languages

Language:JavaScript 82.5%Language:CSS 17.4%Language:HTML 0.2%