Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 954 Bytes

Fraktio programming task

General

  • Flaunt your skills
  • Use English
  • If you already have an implementation of something much like this, give us a link. :)

Steps

  1. Make up a domain - manatee tracker, spaceship fitting editor, whatever
  2. Write a readme file that documents what you are about to do
  3. Implement the features
  4. Update readme to match and document what you learned

Features

REST API backend

  • Any language
  • If you don't have a language or tool in mind, for example: http://mcavage.me/node-restify/
  • Should persist changes
  • Does not need to persist data outside process memory

Web UI

  • Any frontend or backend language
  • List view: Fetch a list from API and render it
  • Edit view: Show a single item and an edit form for it, which pushes changes to API

Delivery

  • Give us a link to a git repo (github, bitbucket, your own)
  • We can provide usernames / public keys where applicable
  • Repo can be public