A simple react app that fetch data from 2 API end points and render them to the home page as posts and comments
The 2 API endpoints are:
- "https://jsonplaceholder.typicode.com/posts"
- "https://jsonplaceholder.typicode.com/comments?postId=1"
- React.js
- Axios (Promise based HTTP client for the browser and node.js)
- Google's Material Design
npm install => to install all dependencies to node_modules
npm start => to start the server and listen on port 3000