zhagan / NYT-search-react

React.js, node.js, express.js, bootstrap, based NYT article search engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NY Times ReactJS App A NodeJS, MongoDB, Express, and ReactJS application where users can query, display, and save articles from the New York Times Article Search API. Users can remove saved articles as well.

Click on the headlines to be re-directed to the full New York Times articles.

the app uses express to serve routes and mongoose to interact with a MongoDB database.

Frontend - ReactJS for rendering components, axios for internal/external API calls, and bootstrap as a styling framework.

In order to transpile the JSX code, webpack and babel were utilized. All of the JSX code in the /app folder was transpiled into the bundle.js file located in the /public folder.

About

React.js, node.js, express.js, bootstrap, based NYT article search engine


Languages

Language:JavaScript 99.3%Language:HTML 0.7%