jsonplaceholder-posts-react

Stars
0

This is a basic React app that fetches a list of posts, renders them as a table. Each row is linked to a page with post and post author information displayed. This project was bootstrapped with Create React App. Loader styles are from loading.io Accessible posts rows inspired by inclusive-components.design

Live Demo

Time spent

~ 30 minutes for logic implementation ~ 40 minutes to make it look nice (CSS) ~ 20 minutes to refactor and clean up code ~ 5 minutes for README.md file ~ 10 minutes for live demo setup

Available Scripts

In the project directory, you can run:

yarn start

Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.