Skip to content

stebsnusch/react-hooks-news-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Feed

news-feed

This project uses the React Hooks useReducer and useContext in order to render and manage the state of a simple news feed and its posts.

To-do

  • Order by latest post
  • Write unit tests
  • Error handling and validation
  • Add post data (author, avatar, time)
  • Add comments

Built with

  • React
  • Material UI