SIBI Activity Search is an app created for CVS Brent that helps the user (health care professionals) search for activities for those who are isolated either due to health or mental issues in and around the Brent council area. More information about SIBI here.
SIBI Actvity Search uses a number of open source projects to work properly:
- React - yes, react
- Papa Parse - makes a Google sheet available through JavaScript
- react-select - customisable and flexible select control for React
- geolib - a library providing many geospatial operations. The operations used for SIBI activity search are getDistance and orderByDistance
Install the dependencies and devDependencies and start the server.
$ cd sibi-activity-search
$ npm install -d
$ npm start
Want to contribute? Great! Drop me line an we can chat how to make this app better.
- Fix nav menu and search form to top when scrolling down
GNU GPLv3
Free Software, Hell Yeah!