nitrodrip / NYT-React-Search

NYT React Search HW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New York Times Article Search

React.js app that allows users to search for New York Times articles.

Live Demo

Getting Started

  1. Install Node.js and MongoDB (if needed) and dependencies
  2. In first terminal, enter mongod
  3. In a second terminal window, go to root of directory and enter node server.js
  4. In a third CLI terminal, go to root and enter yarn start to starts the webpack dev server.

Browser should automatically open a new tab containing the app.

Following node modules are needed: 1. express 2. mongoose 3. body-parser 4. bluebird 5. axios 6. react 7. react-dom 8. react-router-dom 9. react-scripts

Screenshot

About

NYT React Search HW


Languages

Language:JavaScript 84.3%Language:HTML 13.6%Language:CSS 2.1%