See it live reddit-r-pics.netlify.app
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
- @emotion/styled - for the CSS-IN-JS
- date-fns (The best date formatter)
- react-query to cache data
- material ui for some ui components
- https://www.netlify.com/ (Front end)