Sunday mornings are for hot coffee and the New York Times. This news reader application pulls articles from the New York Times Top Stories API, displays the most recent stories, allows you to filter by section, search by title, and then view more details about each story.
- Clone down this repo to your computer
- Access the root folder in your Terminal
cd ${location downloaded}/sunday/ - Type
npm installto install all required dependencies - Type
npm startto start local server - Paste
http://localhost:8080/into your web browser to view the application
- React
- Router
- CSS
- Webpack
- Fetch API
- Context
- RESTful API
- Built in an 8 hour sprint!
- Filter/sort by date
- Add ability to search by tags
- Add hamburger menu for sections on mobile
- Add more responsive design



