Skip to content

constructorlabs/responsive-news-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Responsive News Reader

Let's create a responsive news reader website. To get the latest news the app will display we are going to use News API. You will need to register with the service to obtain an API key.

Objectives

  • Create a responsive layout that works well and looks good at mobile, tablet and desktop screen sizes. Please create the mobile version first, then tablet and then desktop.

  • Fetch news articles from News API and display them including title, image, description, publication, date and link to article.

  • Display images for tablet and desktop screens only

  • Implement a feature of your choice

Stretch goals

  • Implement pagination which allows you to get the next 20 results and display them

  • Add search functionality which allows the user to retrieve news about a particular topic

Instructions

  • Fork and clone this repo
  • Commit your changes frequently with short and descriptive commit messages
  • Create a pull request when complete
  • We want to see great looking webpages
  • Your code should have consistent indentation and sensible naming
  • Use lots of concise functions with a clear purpose
  • Add code comments where it is not immediately obvious what your code does

Getting started

  • Take a look at the API documentation to see what the response data will look like
  • Start with pen and paper to draw what you want your new app to look like
  • Create a basic HTML page with your layout
  • Create a CSS file and a JS file and import them into the webpage.
  • Use fetch load some news items from API and insert them into your web page.

README.md

When finished, update this README.md file in your repo. This should explain what the project is, how to run it and how to use it. Someone who is not familiar with the project should be able to look at it and understand what it is and what to do with it. This is quite important as you want to put projects in your portfolio and the information provided here will help a reviewer understand what it is they are looking at.

About

Responsive news reader weekend project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published