An open API service indexing awesome lists of open source software.

https://github.com/siddami/news-website


https://github.com/siddami/news-website

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# NEWS SITE

This is an HTML, CSS and JAVASCRIPT site created based on the following :

1. Using a provided set of simple news API to work with.
2. create a simple web app using the API given.
3. Creating a simple landing page that would display all the news (paginated) with a `next` and `back`
links
4. Clicking on any of the news would display a single news in a separate page with the images
and comments. Also add a form to add a new comment to the news. Also ability to
edit/delete any comment on the news.
5. display the images on the news view page as a slider (JQuery not
allowed)
5. A form to create and update news.