Report
Report
Domain Introduction
Topic Introduction
Objectives
Flow Diagram
Website Screenshot
Code Snippets
Skill Adopted
Conclusion and Future work
DOMAIN INTRODUCTION
Web programming, also known as web development, is the creation of dynamic web
applications.
Web development can range from developing a simple single static page of plain text
to complex web applications, electronic businesses, and social network services.
There are two broad divisions of web development – front-end development (also
called client-side development) and back-end development (also called server-side
development).
Front-end development refers to constructing what a user sees when they load a web
application – the content, design and how you interact with it.
Back-end development controls what goes on behind the scenes of a web application.
A back-end often uses a database to generate the front-end.
TOPIC INTRODUCTION
The front end stack is made up of many different languages and libraries.
While these vary from application to application, there are only a few generic
languages understood by all web browsers.
These three main front-end coding languages are HTML, CSS and JavaScript.
We can use some front-end development libraries or frameworks based on
JavaScript such as React JS, Angular or Vue to develop a web application.
The back-end has three parts to it: server, application, and database. In order
to handle the back end of given applications, back end developers have to
deal with back end technologies that includes languages PHP, Flask etc.
OBJECTIVES