Skip to content

GDSC-UVPCE/Google-Cloud-Study-Jams

Repository files navigation

Google Cloud Study Jams Leaderboard

Getting Started

To start developing or running this project locally, follow these steps:

  1. Clone the repository to your local machine:

     git clone https://github.com/GDSC-UVPCE/Google-Cloud-Study-Jams.git
  2. Navigate to the project directory:

    cd Google-Cloud-Study-Jams
  3. Initialize npm:

    npm install
  4. Start the project locally:

    npm run dev

    image

    Open http://localhost:3000 with your browser to see the result.

Updating Data

To update the data used by your project, follow these steps:

  1. Locate the public/data.json file in your project directory. You can access it here.

  2. Replace the contents of data.json with your own JSON data. You can manually edit the file or use a tool to generate the JSON data from other sources.

  3. Save the changes to data.json.

That's it! Your project should now use the updated data.

how to convert CSV data to JSON

  1. Download file in CSV format

    image

  2. upload file CSV to this website

    [https://csvjson.com/csv2json] image

  3. Convert data

    image

  4. Copy all converted JSON data

    image

  5. paste JSON data into public/data.json file

Contributors

Contributions are welcome!