Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.1 KB

NYTReactSearch

New York Times React App

Synopsis


This application demonstrates a simple full stack application with a front end implemented with HTML/CSS and the backend implemented with Node.js and Express. This is a React.js app that allows users to search for New York Times articles. Here is the live version

User interface

  1. After performing a search, the user will see article results including the name of the article, the date and time of publishing, and a button linking to the article source.

  2. users are able to add and remove articles from a saved articles section.

  3. Users can view the saved articles.

Technologies Used

  • HTML

  • CSS

  • JavaScript

  • Node.js

  • MongoDB

  • Bootstrap

  • jQuery

  • react

  • MVC design - Model View Controller refers to a method of structuring a web development project into disticnt but interconnected parts increasing efficiency and resusability of code.

  • Heroku

Frameworks and Packages

  • Express
  • Body-Parser
  • Cheerio
  • Mongoose
  • Request
  • axios
  • react
  • react-dom
  • react-router-dom
  • react-script