Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 475 Bytes

What's New!

This application was built with create-react-app.

Abstract

What's New is an app that displays different categories of local news. This was done by building out simple React components and passing data down as props.

How to run on a local machine

  1. clone down the repo to desired location
  2. cd to the directory where you cloned the repo
  3. run npm install
  4. run npm start
  5. your browser should then open right to the page
  6. Enjoy!