Sameen63 / react-article-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article Saver React App

A react UI to query the NYT article database by search term, then display the results on the page. Users can save article links to the "saved" section

Getting Started

Prerequisites

You will need npm and mongo to run this locally.

Installing

Clone this repository to your computer, then run

npm install ; cd client ; npm install ; cd ..

On successful install, initialize your database nytreact then run yarn seed to use the seeding script. To run the application, use

npm start

Languages/Frameworks Used

  • Node
  • Express
  • MongoDB
  • ReactJS
  • React Router
  • Axios
  • Mongoose
  • Bootstrap

About


Languages

Language:JavaScript 88.0%Language:HTML 8.6%Language:CSS 3.4%