Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.24 KB

File metadata and controls

38 lines (24 loc) · 1.24 KB

CC News (Back-End)

Front-End Code:

More detailed README and front-end code available at: https://github.com/scoupar/Java_News_App_Frontend

Video Demo:

Demo available at: https://youtu.be/3CIGxUUhcpw

Brief:

SGNN News

What's Goin' On News have asked you to build a web application to allow them to upload the latest Scottish news.

They want to be able to:

  • Add, Edit and Remove Journalists
  • Add, Edit and Remove Articles

For the front end of the website, users should be able to:

  • View a list of articles, ordered by date. (Newest first!)
  • Filter articles based on catagory
  • Click through to the full story

(Each Article might have a headline, summary paragraph, and the full story along with the journalist who wrote it - and any other fields you want to add.)

Project Extensions

  • Search for articles where the title includes a particular search term
  • Filter articles by journalist
  • Filter articles by category, which can be added by SGNN
  • Track how many times an article has been read, and display a list of most popular articles
  • Paginate your article list - display a certain number of articles per page, with a page number, and navigation to go to the next and previous page
  • And other any extensions you would like to add.