Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 466 Bytes

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