Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
/ react-test Public archive

a simplistic test for working with React and Flux

Notifications You must be signed in to change notification settings

bauerxcelmedia/react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

React Test

  • users can see a list of article tiles
  • users can press a button to load more article tiles

Instructions

  • Fork or copy this repository. Create a feature branch to do your work. When done email us a link to your branch.
  • There is no design, feel free to make the list as aesthetically pleasing as you can as long as the main requirements are met.
  • If there are any questions, feel free to record any assumptions made.

Details

  • use React for rendering the HTML list and button ui
  • use the Flux data flow pattern (you may use Redux or any other Flux library)
  • code must be unit tested, adhere to sound software engineering principles and be self documenting code
  • code must be written using ES2016/ES2017, enable any options you like in Babel
  • all articles have unique ids, titles and images. one article tile/teaser is:
{
    id: 1,
    title: "article title 1",
    image: "http://placehold.it/300x250&text=image 1"
}

About

a simplistic test for working with React and Flux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published