https://github.com/siddami/news-website
https://github.com/siddami/news-website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddami/news-website
- Owner: Siddami
- Created: 2024-04-20T07:31:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:38:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T21:59:33.760Z (about 1 year ago)
- Language: JavaScript
- Size: 699 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.