This is the source code for the client-side application (the "UI") of IMPACT OSS.
It is a React JavaScript application and is a single page application that is responsible for:
- public User Interface (UI)
- admin UI
It complements the IMPACT OSS server-side application (the "API") that you can find here: https://github.com/impactoss/impactoss-server
The server is a Rails application and is a thin server that is responsible for:
- database management and access via an API (Application Programming Interface)
- user authentication
- automated email reminders
IMPACT OSS is an Open Source Software (OSS) for Integrated Management and Planning of Actions (IMPACT), created to assist States with coordinating and monitoring implementation of human rights and the Sustainable Development Goals (SDGs).
The IMPACT OSS project is maintained by the Impact Open Source Software Trust. To learn more about the project and the Trust see https://impactoss.org
The IMPACT OSS installation guide provides detailed instructions on how to configure and install both server and client applications: https://install-guide.impactoss.org/
To quickly try out IMPACT OSS you can simply install the default demo configuration that uses the demo database of the demo server application:
- Get the code: clone this repo using
git clone https://github.com/impactoss/impactoss-client.git
- Install dependencies: run
yarn
- Start development version: run
npm start
and see the IMPACT OSS athttp://localhost:3000
A collection of step by step guides for IMPACT OSS website administrators, https://quick-start.impactoss.org/
A detailed user manual for end users and website administrators https://user-manual.impactoss.org/
See CONTRIBUTORS.md
This application was originally based on Max Stoiber's excellent react-boilerplate
https://www.reactboilerplate.com, https://github.com/react-boilerplate/react-boilerplate
- The Hitchhikers Guide to
react-boilerplate
: An introduction for newcomers to this boilerplate. - Overview: A short overview of the included tools
- Commands: Getting the most out of this boilerplate
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
This project is licensed under the MIT license, see LICENSE.md.