Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 647 Bytes

reddit-pics

See it live reddit-r-pics.netlify.app

What is this?

This project simulates the reddit photography community consuming reddit's public APIs and caching the data with react query:
https://api.reddit.com/r/pics/hot.json
https://api.reddit.com/r/pics/new.json
https://api.reddit.com/r/pics/top.json

Libraries on reddit-pics :

  • @emotion/styled - for the CSS-IN-JS
  • date-fns (The best date formatter)
  • react-query to cache data
  • material ui for some ui components

Where is reddit-pics deploy