This is a clone of Cw-contract/nameservice. With some basic enhancements.
The goal of the application you are building is to let users buy names and to set a value these names resolve to. The owner of a given name will be the current highest bidder. In this section, you will learn how these simple requirements translate to application design.
Here is the tutorial for this application: tutorial