Giter Site home page Giter Site logo

kilinw / taipei-city-dashboard-fe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tpe-doit/taipei-city-dashboard

0.0 0.0 0.0 712.85 MB

The open source version of Taipei City Dashboard

Home Page: https://tuic.gov.taipei/dashboard-demo

License: Other

JavaScript 44.57% CSS 1.14% HTML 0.52% Vue 53.78%

taipei-city-dashboard-fe's Introduction

Taipei City Dashboard Open Source FE

Taipei Codefest 2023

Hey! Before you go any further, we would like to invite you to participate in an exciting hackathon event on Nov 18 - 19 this year.

Codefest_Black

Taipei Codefest is hosted by the Taipei City Government to promote and accelerate the open-source effort of Taipei City Dashboard. Contestants will attempt to create more than 4 new components for Taipei City Dashboard in 32 hours. With a top prize of NT$300,000 and unlimited food during the contest, this is definitely an opportunity you wouldn't want to miss. Check out more information on the hackathon's official site: https://codefest.taipei

Introduction

Taipei City Dashboard is a data visualization platform developed by Taipei Urban Intelligence Center (TUIC).

Our main goal is to create a comprehensive data visualization tool to assist in Taipei City policy decisions. This was achieved through the first version of the Taipei City Dashboard, which displayed a mix of internal and open data, seamlessly blending statistical and geographical data.

Fast forward to mid-2023, as Taipei City’s open data ecosystem matured and expanded, our vision gradually expanded as well. We aimed not only to aid policy decisions but also to keep citizens informed about the important statistics of their city. Given the effectiveness of this tool, we also hoped to publicize the codebase for this project so that any relevant organization could easily create a similar data visualization tool of their own.

Our dashboard, made yours.

Based on the above vision, we decided to begin development on Taipei City Dashboard 2.0. Unlike its predecessor, Taipei City Dashboard 2.0 will be a public platform instead of an internal tool. The codebase for Taipei City Dashboard will also be open-sourced, inviting all interested parties to participate in the development of this platform.

We have since completed the initial layouts and basic functionalities of Taipei City Dashboard 2.0 and feel the time is right to begin sharing the development process with the general public. From now on, you will be able to suggest features and changes to Taipei City Dashboard and develop the platform alongside us. We are excited for you to join Taipei City Dashboard’s journey!

Please refer to the docs for the Chinese Version (and click on the "switch languages" icon in the top right corner).

Demo | License | Code of Conduct | Contribution Guide

Quick Start

Docker

  1. Install Docker on your computer and start running it.
  2. Fork this repository then clone the project to your computer. Execute pwd (mac) or cd in the repository terminal to get the complete path.
  3. Execute the following command in the system terminal and replace "" with the path you got in step 2.
docker run -v <repository path>:/opt/Taipei-City-Dashboard-FE -p 80:80 -it node:18.18.1-alpine3.18  sh
  1. Execute the following commands to enter the project folder and install packages.
cd /opt/Taipei-City-Dashboard-FE
npm install
  1. You should now be able to locally host this project by executing npm run dev in the respository terminal.
  2. Refer to the Docs to complete further configurations.

Local Environment

  1. Download Node.js on your computer.
  2. Fork this repository then clone the project to your computer.
  3. Execute npm install in the respository terminal
  4. You should now be able to locally host this project by executing npm run dev in the respository terminal.
  5. Refer to the Docs to complete further configurations.

Documentation

Check out the complete documentation for Taipei City Dashboard FE here.

Contributors

Many thanks to the contributors to this project!

taipei-city-dashboard-fe's People

Contributors

igorho2000 avatar tpe-doit avatar godspeedhuang avatar chu-c-git avatar jhh11 avatar iimahao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.