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.
- Order by latest post
- Write unit tests
- Error handling and validation
- Add post data (author, avatar, time)
- Add comments
- React
- Material UI