/Article-Center

A web application created using using React, Redux, and Rails that communicates with News API to shows top articles from the internet, allows user to browse articles from different sources, and lets users search for articles.

Primary LanguageRuby

Article Center

Article Center is an application that provides you with popular articles from various different news sources.

  • Top Stories: Displays the recent popular stories from all sources.
  • Browse Channels: Displays the different sources and allows you to see articles from specified source.
  • Search Articles: Takes a keyword and returns articles related to said keyword.

Installation

Clone:

git clone git@github.com:deneb0618/Article-Center.git


Install dependencies and start server:

cd article_center bundle install cd client npm install rake start


## License
This application is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).