Actionable insights for African changemakers
Takwimu offers data driven analysis on development policies, programmes & outcomes in 10 African countries
Takwimu.AFRICA is a single page React web app deployable to GitHub pages with little help from spa-github-pages. See package.json for the full list of dependencies and build & deploy scripts.
The charts in the app are defined in the json file charts.json
in the src/data/
. When you define the charts, they will be assigned a unique id when your run yarn start
or yarn deploy
or yarn build
. This id will be used to identify this chart especially important when used in an embed. Don't change the id once the code is deployed otherwise any shared embeds with this Id will fail.
React app powering the Takwimu.AFRICA frontend. Copyright (C) 2019-2020 africapractice, Code for Africa
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.