twknab / scrollable_feed

This is a demo of a scrollable feed using JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollable Feed

Video Demo

🎥 https://www.loom.com/share/989ad435774a4ff2892f67605bccd3cb

How to Use Component

  • import ScrollableFeed component
  • pass in data source and number you wish to increment:
<ScrollableFeed data={feedDataSource} length={5}></ScrollableFeed>

How to Run App (Live Demo)

  • clone the repository, navigate to it in terminal and npm start
  • load http://localhost:3000

Notes for Improvement

  • Add a little loading UI animation while loading
  • Add more data to cards (e.g, time created, modified or thumbnail media types)
  • Add frontend tests

About

This is a demo of a scrollable feed using JS


Languages

Language:JavaScript 91.6%Language:HTML 5.9%Language:CSS 2.5%