Skip to content

tednaphil/news-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗞️News Reader📰

Browse today's top articles! Users can search for articles by headline or description content and view an articles details with a click.

Preview:

app demo

Technologies Used

react badge router badge javascript badge html badge css badge lighthouse badge

Installation Instructions:

  • Run the following on command line to clone the repo and run the app locally:
    git clone git@github.com:tednaphil/news-reader.git
    cd news-reader
    npm install
    npm start
    
  • The app will run at localhost:3000

Context:

  • Take-home challenge timeboxed to 8 hours
  • Mock dataset used during development
  • Goals
    - demonstrate understanding of React.js and Front-End best practices
    - prioritization of MVP
    - logical information heirarchy
    
  • Wins
    - succesful MVP development using small set of mock data
    - Lighthouse accessibility audits passing at 100%
    

Wireframe:

news reader wireframe diagram