React App built using https://jsonplaceholder.typicode.com/ to display Posts and Post Details, making calls to:
- Posts
- Users
- Comments
It displays a list of all posts, when you click on the post it displays the single post. The single post contains all post data along with User data and all comments related to the post.
- npm install
- npm start
- React
- react-router-dom
- whatwg-fetch
- prop-types
- node-sass-chokidar
- npm-run-all
- react-dom
- react-scripts
- react-bootstrap
This project was bootstrapped with Create React App.