NEWS WEBSITE PROJECT BY ME
NEWS WEBSITE PROJECT BY ME
NEWS WEBSITE PROJECT BY ME
STUDIES
(ALIGARH-202127)
ACKNOWLEDGEMENT
I would like to express my sincere thanks
to Mr. RAVENDRA PAL SINGH SINGH,, for his valuable
guidance and support in completing my project. I
would also like to express my gratitude towards our
Director Dr. M WASI BAIG BILAL for giving me this
great opportunity to do a project on NEWS Website.
Without their support and suggestions, this project
would not have been completed.
Student Names
NITISH KUMAR SINGH
RAO HADER AMMAR
DATE - 02/10/2023
Signature
ACN COLLEGE OF ENGINEERING & MANEGMENT STUDIES
(ALIGARH-202127)
CERTIFICATE
This to certify that the report of the Project titled
Web Application for NEWS WEBSITE submitted by Nitish
Kumar Singh (Roll No.:2103390100013), ), Rao Hader
Ammar (Roll No.:2103390
No.:2103390100016)) of B.TECH 5th
Semester of 2023 has been prepared under my
supervision for the partial fulfillment of the
requirements for B.TECH degree in ACN COLLEGE OF
ENGINEERING & MANEGMENT STUDIES (ALIGARH (ALIGARH-
202127) .The
The report is hereby forwarded.
Signature
Web Development
Backend Development
Frontend Development
The part of a website where the user interacts directly is
termed as front end. It is also referred to as the ‘client
side’ of the application
Roadmap.
Introduction of JavaScript
JavaScript: is a
scripting lang
language
uage used to develop web
pages. Developed in Netscape, JS allows
developers to create a dynamic and
interactive web page to interact with
visitors and execute complex actions.
Backend Development
Types of API:
Open APIs: These types of APIs are publicly available to use
like OAuth APIs from Google. It has also not given any
restriction to use them. So, they are also known as Public
APIs.
Partner APIs: Specific rights or licenses to access this type of
API because they are not available to the public.
Internal APIs: Internal or private. These APIs are developed
by companies to use in their internal systems. It helps you to
enhance the productivity of your teams.
Composite APIs: This type of API combines different data and
service APIs.
Our Project
Project Overview:
The project involves the development and launch of a
dynamic and user
user-friendly
friendly news website that aims to
provide timely, reliable, and engaging news content to
its audience. The website will serve as a digital
platform for delivering news articles, videos, and
multimedia content across various categories, catering
to a diverse range of readers and interests.
Project Objectives:
Inform and Educate: The primary goal of the news
website is to inform the public about current events,
breaking news, and important stories from around
the world. It will provide accurate and ba
balanced
lanced news
reporting to promote informed decision decision-making
among its readers.
User-Friendly
Friendly Experience: The website will be
designed with a useruser-centric
centric approach, ensuring an
intuitive and visually appealing interface. This
includes responsive design for mo mobile
bile and desktop
users, easy navigation, and accessibility features.
Multimedia Integration: The website will leverage
multimedia elements, including videos, images, info
graphics, and interactive charts, to enhance the
storytelling and provide a comprehensive news
experience.
Reliability and Credibility: Uphold high journalistic
standards by ensuring the accuracy and reliability of
news sources. Implement fact-checking mechanisms
and editorial oversight to maintain credibility.
Social Impact: The project should consider its social
responsibility and role in promoting quality
journalism, media literacy, and the public's
understanding of current events.
Scalability: Design the website infrastructure with
Project Components………………………………………….10
HTML CODE…………………………………………………………......12
CSS CODE………………………………………………………………….14
OUTPUT………………………………………………………………......18
Project Milestones………………………………………………..21
Project Risks…………………………………………………..21
CONCLUSION……………………………………………………….....22
INTRODUCTION
The “News Website Development" project aims to create
a functional and informative online platform tailored to
the needs of a college or university community. This
website will serve as a hub for delivering news, updates,
and relevant information to students, facult
faculty,
y, staff, and
other stakeholders within the college environment. This
project details document provides a comprehensive
outline of the key components, tasks, and milestones
required for the successful development and launch of
the college news website.
PROJECT
OJECT COMPONENTS
Project Initiation:
Define the project scope, objectives, and target
audience (e.g., students, faculty, staff).
Form a project team with roles and responsibilities.
Establish project timelines and budgets.
Conduct a needs assessment within the college
community.
Content Strategy:
Develop a content plan and editorial calendar.
Identify key content categories (e.g., campus news,
student life, academic updates).
Appoint student reporters, writers, and editors.
Define guidelines for content creation and sourcing
and identity.
<html lang="en">
<head>
<meta charset="UTF-8">
8">
<title>News Website</title>
</head>
<body>
<header>
<h1>News Website</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Politics</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Entertainment</a></li>
<li><a href="#">Sports</a></li>
</ul>
</nav>
</header>
<main>
<section class="news-article">
<h2>Breaking News</h2>
</section>
<section class="news-article">
<h2>Politics</h2>
</section>
</main>
<footer>
</footer>
</body>
</html>
JAVA SCRIPT CODE
// Sample news data (replace with real data or API calls)
const newsData = [
link: '#'
},
link: '#'
},
];
function displayNewsArticles() {
newsData.forEach(article => {
const articleDiv = document.createElement('div');
articleDiv.classList.add('news-article');
title.textContent = article.title;
content.textContent = article.content;
readMoreLink.href = article.link;
articleDiv.appendChild(title);
articleDiv.appendChild(content);
articleDiv.appendChild(readMoreLink);
newsSection.appendChild(articleDiv);
});
// Call the function to display news articles when the page loads
window.addEventListener('load', displayNewsArticles);
OUTPUT
This is the basic overview of our news website.
Project Milestones:
Project Initiation and Planning
Website Design and Development
Content Creation and Curation
Testing and Quality Assurance
Launch and Marketing
User Feedback and Iteration
Monetization Implementation
Ongoing Content Management and Editorial
Oversight
Growth and Audience Engagement
Continuous Improvement and Innovation
Project Risks:
Competition from established news outlets.
Maintaining editorial integrity and credibility.
Technical issues and security vulnerabilities.
User retention and engagement challenges.
Monetization difficulties in a changing digital
media landscape.
dscape.
Legal and regulatory compliance.
Success Criteria:
Growing and engaged user base.
Positive user feedback and reviews.
Consistent and quality content production.
Sustainable revenue generation.
Recognition as a reliable news source in the
chosen niche(s).
CUNCLUSION
In conclusion,
onclusion, the "News Website Development"
project has successfully achieved its goals and
objectives, providing a reliable and engaging news
platform for its audience. It is poised for continued
growth and impact in the world of digital journalism.
We extend
nd our gratitude to all project team members,
stakeholders, and users who have contributed to this
endeavor.