/dos-donts

Website for checking dos and donts when you visit a country

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

dos-donts

A web app to tell you the things to do and not to do when you visit a country.

Files

USES -> html5, css3, js, php

index.html -> the main runner file
script.js -> js controlling the index file, it gets data from php using input and display it in index file
style.css -> front end styling
server.php -> the php file that gets data from dos and donts files and send to js
files.php -> the php file that gets countries array when site loads(addss all filenames from do folder to array)

/dos -> contains Country's dos data
/donts -> contains Country's donts data