Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/archielicious/x-board
- Owner: archielicious
- Created: 2023-04-13T10:43:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-13T10:49:33.000Z (over 1 year ago)
- Last Synced: 2023-09-24T03:33:47.525Z (about 1 year ago)
- Topics: bootstrap, css3, html5, javascript
- Language: JavaScript
- Homepage: https://archishman-xboard.netlify.app/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.