Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.04 KB

News Highlights

Greenkeeper badge

A React/Redux web application where news highlights are fetched from a json file

To see the project:

  • Clone/download it
  • Use npm install
  • Use json-server --watch db.json --port 3004

This application includes examples of major features of React including:

  • ES6 syntax
  • Templating string
  • Destructuring assignment
  • fetch API
  • React Router
  • Component-based architecture
  • CSS Partials/Imports
  • React Slider on homepage masthead
  • Redux store
  • Redux actions
  • Redux reducers
  • Likes/dilsikes React component

A user can see the latest news and other news on the homepage

Homepage

A user can navigate to news articles

Article

A user can navigate to gallery articles

Gallery