Puente React is a web dashboard used to visualize data collected on the ground in developing countries. It's still an early prototype and it's still under development.
For more details, please see our blog website to see how we build technology to equip the resource-challenged.
For a live demo, please check out here
Key Folder | Parent Folder | Description |
---|---|---|
providers | src/js | Holds the modules for retrieving data and custom functions |
pages | src/js | Holds the main layout folders for content |
components | src/js | Holds the smaller components that are within layouts |
This project is built with ReactJS, Redux, and Apollo's GraphQL using a JAM Stack architecture. The visualizations are built using Recharts.
This project is a bootstrapped using create-react-app.
Here are some quick commands to get started:
npm install
: Install Node dependenciesnpm start
: Start the hot reloading development server.npm test
: Run the test suit and watch for changes.npm build
: Build a production optimized bundle of the app.npm lint
: Run the ESLinter.
- Performance with Graphql