Skip to content

Code Challenge for interns seeking to join Africa's Talking as part of our User Interface and User Experience team

Notifications You must be signed in to change notification settings

AfricasTalkingTalent/UIUXCodeChallengeSeptember2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

UI/UX Code Challenge

This challenge is due at 1800 HRS EAT on 12th September 2018

Simple Unchanging Rules

The code challenge is and will always be judged using the following criteria:

  • A Correct fork, branch and pull request
  • Using the GitHub Pull Request Time Stamp and correct code quality & structure, the first developer whose code runs successfully wins
  • Code quality and structure will be evaluated
  • The order for pull requests will be followed, first come first win basis!
  • Do not share any code that you cannot opensource on the Git Repository as its open source and Africa's Talking will not be liable for any breach of intellectual property (if any) once shared on the platform.

Terms and Conditions

You can participate on as many challenges as you wish:

  • Do not share any code that you cannot opensource on the Git Repository as its open source and Africa's Talking will not be liable for any breach of intellectual property (if any) once shared on the platform.
  • Code Challenges are time bound - the time restriction is specified on the challenge
  • Additional rules MAY be provided on the code challenge and will vary for each challenge
  • You are free to use all manner of tools
  • Successive interviews for projects MAY be run to satisfy participating Africa's Talking Partners

Code Challenge Bounty:

  • A chance to work with some of the most brilliant minds in the world!

Task

In this code challenge you will be required to make an application that:

  1. Implements authentication (User can login and logout)
  2. The user can create a list of contacts and saves it to a DB of your choice
  3. The user can send airtime to the contacts/phone numbers using the Africa's Talking Airtime API
You are free to use any language or framework of choice

Resources

Tips

After signup, navigate to the sandbox(big orange button) which you’ll use to build your test app. Your API key is in settings. A link to the simulator is also in the sandbox.
You are free to build using any language, using the available SDKs or the API directly. We advise building a clean simple form that allows you to send airtime to multiple phone numbers in one request(form input accepting multiple entries)
The documentation is your friend. Carefully go through it, learn how the API works
Extra points for good user experience, form validation, single page applications

Working on the Code Challenge

1.Fork the code challenge repository provided.

2.Make a topic branch. In your github form, keep the master branch clean. When you create a branch, it essentially will be a copy of the master.

Pull all changes, make sure your repository is up to date

$ cd UIUXCodeChallengeSeptember2018
$ git pull origin master

Create a new branch as follows-> git checkout -b [your_phone_number], e.g.

$ git checkout -b 25472XXXXXXX master

See all branches created

$ git branch
* 25472XXXXXXX
  master

Push the new branch to github

$ git push origin -u 25472XXXXXXX

3.Make changes to the fork following the Code Challenge provided.

4.Commit the changes to your fork.

5.Make a pull request to the UIUXCodeChallengeSeptember2018 Repo.

Get Support from Africa's Talking

In case you have any questions, reach out Roina Ochieng or Anthony Kiplimo

Submissions later than 1800 HRS EAT on 12th September 2018 will not be considered

About

Code Challenge for interns seeking to join Africa's Talking as part of our User Interface and User Experience team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published