Responsive web app that searches the NYT for articles pertaining to a specified topic. From seeds of knowledge mighty newspapers do grow.
- Uses React
- Makes a call to an api after being told do so by the user
- Renders information from the api
- Allow the user input to dynamically control which content gets shown
- Make it look sweet
- Make it responsive
- Axios
- Styled Components
- New York Times API
- Create React App
- BrowserStack (Cross Browser Testing)
cd news-hunter
npm i
npm run start