An open API service indexing awesome lists of open source software.

https://github.com/edwardcdev/puente

Data Visualization and Management dashboard using React, GraphQL, d3, Leaflet and Bootstrap
https://github.com/edwardcdev/puente

bootstrap d3 graphql jamstack leaflet react recharts redux

Last synced: 6 months ago
JSON representation

Data Visualization and Management dashboard using React, GraphQL, d3, Leaflet and Bootstrap

Awesome Lists containing this project

README

          

# Puente

[![Build Status](https://travis-ci.com/hopetambala/puente-react-dashboard.svg?branch=master)](https://travis-ci.com/hopetambala/puente-react-dashboard)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/505de309137b4acabb8def858cf7a6e8)](https://www.codacy.com/app/hopetambala/puente-react-dashboard?utm_source=github.com&utm_medium=referral&utm_content=hopetambala/puente-react-dashboard&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/hopetambala/puente-react-dashboard/branch/master/graph/badge.svg)](https://codecov.io/gh/hopetambala/puente-react-dashboard)
![](https://img.shields.io/badge/react-✓-blue.svg)
![](https://img.shields.io/badge/apollo_server-✓-blueviolet.svg)
![](https://img.shields.io/badge/parse_server-✓-blueviolet.svg)

## Introduction

Puente is a web dashboard used to visualize data collected on the ground in developing countries.

For a live demo, please check out [here](https://puente-dashboard.herokuapp.com/)

![screencap](public/tour_high.gif)

## Specification

1. [ReactJS](https://reactjs.org)
1. [Redux](https://redux.js.org/)
1. [Apollo's GraphQL](https://www.apollographql.com/docs/)
1. [JAM Stack architecture](https://jamstack.org/)
1. [Recharts](http://recharts.org/)
1. [create-react-app](https://github.com/facebook/create-react-app)

## Running

1. `npm install`
1. `npm start`
1. `npm test`
1. `npm build`
1. `npm lint`