Skip to content

Here's the challenge for anyone hoping to join the UI/UX team for the January to March Cohort at Africa's Talking.

Notifications You must be signed in to change notification settings

AfricasTalkingTalent/January_2019_UiUx_Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

UI/UX Code Challenge for the January 2018 Cohort

Here's the challenge for anyone hoping to join the UI/UX team for the January to March Cohort at Africa's Talking.

This challenge is due 2000hrs EAT on 13th December 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, we unfortunately won't be able to consider any code challenge that goes over the timeline stated above.
  • Code quality and structure will be evaluated by the individual teams you're submitting for
  • 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 oat 2000 HRSpensource 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 your tools of choice as long as they fall under the rules of the challenge as below
  • Only successful interviewies will be contacted for the next round of interviews

Code Challenge Bounty:

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

Task

2 factor authentication
Implement 2 factor authentication (using SMS) on a sign up page

Resources

Tips

Create a simple sign up page where you collect a users name, phone number and password. Send the phone number a verification token and request it on the sign up form to complete validation.
You will need to sign up on AfricasTalking and get an API Key, create an app and send an sms to the a phone number (in this case, the Simulator).
You are free to build using any language, using the available SDKs or the API directly. We advise building a clean simple form
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 January_2019_UiUx_Challenge
$ 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 January_2019_UiUx_Challenge Repo.

Get Support from Africa's Talking

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

Submissions later than 2000hrs EAT on 13th December 2018 will not be considered

About

Here's the challenge for anyone hoping to join the UI/UX team for the January to March Cohort at Africa's Talking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published