Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.8 KB

README.md

File metadata and controls

67 lines (53 loc) · 1.8 KB

Topical banner

App for scanning the New York Times and creating collections of articles based on specific topics of interest.

Authors

Languages/Libraries:

  • HTML5 (JSX)
  • CSS3
  • ES6 JavaScript
  • React ^16.11.0
  • React-Dom ^16.11.0
  • React-Router ^5.1.2
  • React-Router-Dom ^5.1.2
  • React-Bootstrap ^1.0.0-beta.14
  • React-Scripts ^3.2.0
  • Bootstrap ^4.3.1

Live Demo

Link to walkthrough video with narration:
Topical walkthrough demo link to Youtube

Screenshots

Login/Signup
Login/Signup Demo

Filter Articles
Filter Demo

Add, Edit, and Delete Collection
Collections Demo

Add and Edit Articles and Notes
Articles Demo

How To Install and Run

  1. install and run the topical backend
  2. fork (optional) then clone or download this repository to your local machine
  3. navigate to Topical-frontend in terminal
  4. run npm install (or npm i) in terminal to install necessary dependencies
  5. run npm start in terminal to launch the app in browser

*Note: If server is already running, it will be running on http://localhost:3000/. After running npm start, follow prompt and enter y in terminal to run frontend on alternate