You are on page 1of 2

UI Technologies

Introduction to UI Technologies:

UI Technologies: Used to develop the application's Front-end (Graphical User Interface).


HTML
CSS
JavaScript
Bootstrap
Front-end Application is just a part of the Web Application.
Web Application vs. Website:
It is an application or Software that runs on a web server and can be accessed on
the internet on a Browser.
App. is not installed in your System.
Desktop/Standalone Application: (Installation required to use it)
Only one user can use it. Eg: notepad
Web Application: (Installed in remote Server):
Multiple users can use it at a time.
Mobile Application:

Website: Location of Web Application on Server


(site = address of sth in Civil engineering)
Eg: using the "https://www.amazon.in/" website, we can access Amazon Web
Application.
Front-end App + Backend App + Database = Web Application
Front-end Application - to implement User Interface.
Backend Application - to write Business Logic (Actual Functionality of the Application is
known as Business Logic)
Database - to store/manage the data related to the Application.
Note: When you click on any link (fridge in Amazon), we will get data(fridges) from the
Database.
--> Link is developed by Front-end/ UI Technologies
--> Data present in DB is fetched by Business Logic.
Developing a Front-end App is developing a User Interface.
We can develop Front-end/UI with the help of :
HTML
CSS
JS
BS
React/Angular/Vue

You might also like