Skip to content

rachaelcarroll/nyt-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the daily news

Table of Contents

Overview

The daily news is a news reader application built in 8 hours for a front end project. Utilizing data from the NYTimes top stories API, users can view article headlines and photos and select from a list of news categories. They may also click on an article card to view more details about the story. The app is responsive across desktop, tablet, and mobile screen sizes. On mobile, a dropdown menu allows the user to choose and search categories.

View the wireframe and deployed app.

Installation and Viewing

To view this application on your local machine:

  • Clone down this repository
  • Run npm i in your terminal
  • Run npm start in your terminal

Open a window in your web browser of choice, and visit localhost:3000 to view the app!

Functionality

  • Site is responsive and will change layouts across desktop, tablet, and phone screens
    desktop view
    tablet view mobile view

Future Additions

  • Log-In & Save: Ability to create an account and save articles.
  • Share: Ability to share an article via email or social media.

Tech Stack

React Badge JavaScript Badge CSS3 Badge Sass Badge

Netlify Status

Contributor

Rachael Carroll GitHub
Rachael Carroll photo

Back to top