Saurav 2
Saurav 2
1 Introduction 1
2 Objective 2
3 Feasibility study 2
7 Reference 9
INTRODUCTION:
Web development refers to the creating, building, and maintaining of websites. It includes
aspects such as web design, web publishing, web programming, and database management. It is
the creation of an application that works over the internet i.e. websites.
While front-end web development deals with the visual aspect of a website, what users see its
look and feel, back-end web development is concerned with the connection to the server,
databases, etc. And full stack web development is a combination of both the frontend and
backend types of web 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.
Backend Development
Backend is the server side of a website. It is part of the website that users cannot see and interact
with. It is the portion of software that does not come in direct contact with the users. It is used to
store and arrange data.
Quiz applications are a fantastic way to engage and entertain users on websites. Whether you
want to test knowledge, provide educational content, or simply offer a fun activity, building a
quiz application using HTML, CSS, and JavaScript is an excellent choice.
OBJECTIVE:
Web development is a way of increasing traffic, engagement and conversion rates for a website
because it can help you to create a site that is easy to navigate. This will help users to find what
they're looking for quickly, which can increase the likelihood that they will return to your site in
future. Here are some goals of web design:-
Increase sales
Brand building
Increase relevant traffic
Improve conversion rate
User-friendly site
Brand Image
Website Accessibility
Customer Service
Reducing in Costs
Customer Interaction
Requirements:
HTML5
CSS
JavaScript
Problem solving
Responsive design
Creativity
Testing and debugging
Web development involves creating and maintaining a website, using coding languages such as
HTML, CSS and JavaScript.
Hypertext Markup Language (HTML) and Cascading Style Sheets (CSS) are the foundation of
Web Development.
There are a range of technical skills or “hard skills” required for web development .
When it comes to web development, problem solving skills are absolutely essential. Whether
you're faced with a coding challenge or a server issue, being able to identify and solve problems
is key to success in this field.
Planning of work / Process:-
Requirements
Information Gathering
Strategies & Planning
Web Design
Web Development
Testing
Maintenance
FOR QUIZ APP:
Quiz applications are a fantastic way to engage and entertain users on websites. Whether you
want to test knowledge, provide educational content, or simply offer a fun activity, building a
quiz application using HTML, CSS, and JavaScript.
Before starting to develop this quiz website, you should have a basic understanding of HTML,
CSS, and JavaScript. Additionally, you will need a code editor such as Visual Studio Code or
Sublime Text to write and save your code.
Technologies Used:
HTML: Used to structure the web pages and content.
CSS: Used for styling and enhancing the visual appearance of the app.
JavaScript: Implemented the logic and interactivity of the quiz app.
this step-by-step guide on building a quiz application using HTML, CSS, and JavaScript! We
have learned essential techniques and concepts that will enable you to create interactive and
engaging quiz experiences for our website visitors.
we started by setting up the HTML structure, organizing the elements required for the quiz and
providing a solid foundation for our application. We then moved on to designing the user
interface using CSS, allowing us to style the quiz and make it visually appealing.
The JavaScript implementation was a crucial part of our quiz application, as it provided the logic
to display questions, capture user responses, and calculate scores. By leveraging JavaScript's
capabilities, we were able to create dynamic and interactive functionalities that enhance the user
experience.
THANKYOU!!
REFERENCES:
1. Online Resources
-InterviewBit (interviewbit.com) provides details about web development.
2. Research Gateways:
-ResearchGate (researchgate.net)
-W3schools(www.w3schools.com)