Example of a simple React "blog" Gets data from its API and displays posts, comments, and likes (only sourced from localStorage atm) npm i To see the app locally: npm run dev To run tests: npm run test