Summary
Directory Structure
Directory structure:└── jacobarriola-github-feed-react/├── README.md├── package.json├── public/│ └── index.html└── src/├── App.test.js├── index.css├── index.js└── components/├── App.js├── Event.js├── Events.js├── Header.js└── Search.js