Skip to content

BuildForSDG/Team-199

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WYR - Where You Are

Bringing services to you, even if you don't have a formal address. For more info visit our project site: https://buildforsdg.github.io/Team-199/

Table of contents

The challenge

So many Africans do not live in formal housing and therefore also don’t have a formal address.

This excludes them from simple services such as getting items delivered to their door, to critical services if they need to be found by emergency services. Therefore WYR seeks to solve such a problem in a very simple way using what3words.

Our solution

Our solution has the possibility of being applied ot various scenarios such as logistics, tourism and in this example, emergence services.

The structure of the web application has three areas:

  • Home (landing page)
  • Contact us
  • About us

When a user navigates to the home page, he can be able to select which of the three emergency services they require. Those are;

  • Police
  • Fire-rescue
  • Paramedics

When the user clicks on the "Report emergency"-button, it takes them to the exact location they are, without have to supply additional information such as street addresses or coordinates. This means that they can get quicker access to the help they despirately need.

Setup and configuration of web application

  1. Install npm or yarn if you dont have any of them already installed. We recommend Yarn though.
  2. After clonning the repo to your local machine and moving into the cloned folder, run yarn install to get started by installing dependencies.
  3. src/index.js is the entry to the project and source code should go into the src folder.
  4. All tests should be written in the "tests" folder. There's a sample in there.
  5. This starter uses Parcel as the bundler. It is much simpler that WebPack and the others

Hints

Here are some additional information that is usefull to have:

  • Run npm install or yarn install to get started. We'll assume you are using Yarn.
  • Install additional dependencies: yarn add <dependency-name> [-D]
  • Run tests: yarn test
  • Run tests with test coverage info: yarn test:cover
  • Check the codebase for proper syntax and formatting compliance: yarn lint
  • Run your app in local dev mode: yarn start. This puts the bundled app in a dist folder, set up a local web server at localhost:1234, and continues to watch for your code changes which it syncs with the local server. This means if you loaded the app in a browser, it will auto-refresh as you code along. Feel free to use whatever bundler best meets your needs. Parcel was only added as a sample and for those looking for a simple but effective solution to the hassle of bundlers.

About Us

We are a group of developers that entered Facebook Developer Circles and Andela’s challenge called Build for Sustainable Development Goals or #BuildForSDG for short. For the innovation phase, we were grouped as Team-199 and to come up with a solution to address social issues.

Technical Team Lead: Brian Nduhiu (Github / LinkedIn)

Front-End Developer: Amon Namaara (Github / LinkedIn)

Back-End Developer: Kolawole Olulana (Github / LinkedIn)

Idea generator and project site: Carike Blignaut-Staden (Github / LinkedIn)

Feedback and acknowledgements

Did this project made you think about other solutions for the African continent? Or perhaps you "forked" this repo and build something awesome?

Please let us know and if you can please reference the repo and share away. We can then event mention it on our site!