catlynbowles / unicorn-news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News in Arts

Screen Shot 2022-09-15 at 3 14 53 PM Screen Shot 2022-09-15 at 3 15 11 PM

Table of Contents

Introduction

This is an application to display a list of news articles in the New York Times related to the arts. A user can filter articles by subcategory, including arts, movies, theater and more, and can also click on articles to learn more.

Set Up

  1. Clone this repository.
  2. cd into the directory.
  3. Run npm install.
  4. Start the server by running npm start and view at http://localhost:3000/.

Features

  • Displays a list of articles on page load, with a title, author, and link to a more detailed view.
  • User can click 'Learn More' to view a more detailed version of the article.
  • A detailed view of the article includes a picture, photo caption, abstract, and a link to the full article.
  • The user can navigate back to home from this page.

Screen Shot 2022-09-15 at 3 21 34 PM

Accessibility Features

  • Website is fully tabbale, accesible for screen readers.
  • Website is fully responsive, and can be viewed on screens as small as an iphone 12.
  • Website rates a 100 score in accessibility using the lighthouse tool.

Technologies

  • React
  • Router
  • JavaScript
  • HTML
  • JSX
  • SASS
  • API Fetch

Contributors

About


Languages

Language:JavaScript 70.2%Language:HTML 17.2%Language:SCSS 10.3%Language:CSS 2.4%