Export Image
Export Code

ICE-5 The shapes of data

sridhar2606

Last edited Mar 07, 2024
Created on Mar 06, 2024
Forked from React Starter

Tourist Places Website

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.

Features

  • Displays a table of tourist places with their names, locations, and descriptions.
  • Provides a summary and analysis of the CSV data.
  • Generates an SVG image of a beach scene with buildings and people.

Prerequisites

To run this project, you need a web browser and an internet connection to fetch the CSV data.

Usage

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser.

File Structure

  • 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.

Modification

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.

Credits

MIT Licensed