Git Product home page Git Product logo

frontend-kawal-corona-papua's Introduction

Build Status Gitter License: MIT

Tentang Kawal-Corona Papua :

  • Kawal Corona Papua adalah Web Applikasi sekaligus dapat Menjadi Portal Informasi Live Data Kasus Covid 19 di Papua, Sedikit Sumbangsih dari Kami untuk Papua, Project ini Open Source, Siapa Saja Boleh untuk Berkontribusi.

System Requirements :


Library Yang digunakan :

Library Package Instalation
Redux npm install --save redux
React-Redux npm install --save react-redux
axios npm install --save axios
lodash npm install --save lodash
Redux-Thunk npm install --save redux-thunk
github Pages npm install gh-pages --save-dev
REDUX DEV TOOLS extension browser untuk Redux Action Creator (Disesuikan dengan Browser)
  • Config REDUX DEV TOOLS (index.js From ROOT /src/) :
    • Firefox Extension

    • Chrome Extension

         // Line of Code...
         // Setup untuk Koneksi ke Redux Action Creator
         import { createStore, applyMiddleware, compose } from 'redux';
         import reduxThunk from 'redux-thunk';
      
         const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
         const store = createStore(reducers, composeEnhancers(applyMiddleware(reduxThunk)));
         // line of Code...

Sumber WEB dan API :


  • Backend API (Data Khusus Provinsi Papua)
    • API : ROOT

    • API : Kabupaten

      {
        "count": 23,
        "next": "https://kawal-corona.herokuapp.com/api/kabupaten/?page=2",
        "previous": null,
        "results": [
          {
            "id_kabupaten": 1,
            "nama": "Jayapura Kota",
            "lon": "-",
            "lat": "-"
          }
        ] 
      }
      
    • API : Data Personal

      {
        "count": 3,
        "next": "null",
        "previous": null,
        "results": [
          {
            "id_penderita": 1,
            "nama_lengkap": "-----",
            "lokasi": 8,
            "gender": "perempuan",
            "status": "perawatan"
          },
        ] 
      }
      
    • API : Rumah Sakit Rujukan Prov Papua

      {
        "count": 1,
        "next": "null",
        "previous": null,
        "results": [
          {
              "id_rs": 1,
              "rumah_sakit": "Rumah Sakit DOK II",
              "lokasi": "Jayapura Kota",
              "lat": "-",
              "lon": "-"
          }    
        ]
      }
      

UI Style:


Screen :

  • Home : home

  • Data Total & Grafik Papua : Grafik

  • Data Positif Papua : Positif


Kontribusi Data & Project :

  • Saya Belum Memiliki Sumber Data yang benar" valid.
  • Sebagian Data Kasus di Provinsi Papua yang ada pada database backend diambil dari 60% Hasil Tracking Media.
  • Jika teman" ingin Berkontribusi terkait data dengan sangat senang hati saya akan menerima.
  • email saya terkait Data : [email protected]
  • Atau bisa chat pada gitter klik pada badge gitter diatas, chat on gitter
  • Project ini Open Source siapa saja boleh untuk Berkontribusi Termasuk Data dan Repository.
  • Saran dan Masukan Sangat Saya butuhkan.

Salam Sehat Michael.

frontend-kawal-corona-papua's People

Contributors

ekhel avatar

Stargazers

 avatar

Watchers

 avatar  avatar

frontend-kawal-corona-papua's Issues

Jayapura DEV

Mantap skali kax, btw Jayapura Dev Bagus ni kaks, kalau kitong jadikan Komunitas di Jayapura ?

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.