This project creates a simple website displaying tourist places in the US. It includes a table of tourist places along with a summary and analysis of the CSV data. Additionally, it generates an SVG image representing a beach scene with people.
To run this project, you need a web browser and an internet connection to fetch the CSV data.
index.html
file in your web browser.index.html
: HTML file containing the webpage structure.styles.css
: CSS file containing styles for the webpage.script.js
: JavaScript file containing logic for fetching
data, generating tables, and creating SVG images.You can modify the content and styles of the webpage by
editing the HTML, CSS, and JavaScript files. You can also
adjust the SVG generation logic in the script.js
file to
customize the beach scene.