A web app to tell you the things to do and not to do when you visit a country.
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