How to develop a hotel reservations using html,css, JavaScript and others for project | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to develop a hotel reservations using html,css, JavaScript and others for project

How to develop a hotel reservations using html,css, JavaScript and others for project

15th Feb 2022, 2:32 PM
Foster
2 Réponses
+ 4
You also need to know how conventtional hotel reservation system works before you can develop a computerized version. Without this knowledge, you have a problem already : )
15th Feb 2022, 3:06 PM
Ipang
0
Hi Foster, I guess you didn't start to develop anything. You will need AT LEAST : - H.T.M.L to structure pages of your website ; - C.S.S to make it beautiful ; - P.H.P to communicate between your website and the database ; - A database to save reservations ; In addition you might need : - Javascript to make your website become dynamic, more interactive ; - Ajax to change part of your website without change U.R.L ; But sure, this is one solution, it has some others but this is a popular way. By the way, take care tags you are using "java" is not equal to "javascript", they are two differents languages.
15th Feb 2022, 2:39 PM
Geoffrey L
Geoffrey L - avatar