Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/archielicious/x-board

X-Board is a dynamic, simple and responsive news feed webpage created with HTML5, CSS3, and Bootstrap and Javascript. In X-Board each topic will be represented by an accordion and news articles related to the topic will be represented on a carousel within this accordion.
https://github.com/archielicious/x-board

bootstrap css3 html5 javascript

Last synced: 4 days ago
JSON representation

X-Board is a dynamic, simple and responsive news feed webpage created with HTML5, CSS3, and Bootstrap and Javascript. In X-Board each topic will be represented by an accordion and news articles related to the topic will be represented on a carousel within this accordion.

Awesome Lists containing this project

README

        

# X-Board
XBoard which is a Crio News Feed website that will feature the latest news for select topics, from Flipboard.

Background

A News Feed website is an aggregator which aggregates news content from different websites in one place. It consists of news articles grouped under various topics such as Technology, Politics, Sports etc. In this buildout, you will be fetching news articles for selected topics from the flipboard website and presenting them to the users. Users will be able to browse through the articles and click on the article of interest to go to the URL for that particular article.

Visually, for XBoard, each topic will be represented by an accordion (which is another name for the collapse component of bootstrap) and news articles related to the topic will be represented on a carousel (this is also a bootstrap component) within this accordion. Users can expand or collapse the accordion of the topic they’re interested in and browse through the news articles using the carousel.