I have a web application developed using Spring and Hibernate, which uses a REST API and Javascript to display and update content. The project is nearly completed, but I want to enhance the look and feel. This will include better graphics and some extra behaviour.
I want to outsource this task to a freelancer over the Internet. I don’t have experience with outsourcing and don’t know how to incorporate an outsider to the project. I mean I’d like to avoid other people to access the back-end source if I can. The only code that i want to be changed runs on the client side.
Is this doable? I thought I can just give the URL to the designer and require them to use “Augmented Browsing” tools, like Greasemonkey or Tampermonkey to work on the UI. Is this something Web designers are accustomed to or willing to do? Or are there any better options to accomplish this?
EDIT:
A basic requirement: There are items on a list which are generated on-the-fly according to JSON data, using handlebars templates. I want these items to be removable, like when the mouse is over these items a button should appear. I also want those items to look better. This will require some Javascript, HTML and CSS integrated into existing code.
1
I’m a freelance graphic designer! I have experience creating UI designs for mobile and web applications. Often, clients give me a mockup of the UI they want or refer me to some other app UI that is similar to their app. Then describes his apps functionality(how the app works!). After providing a screenshot of UI by the designers, client gives feedback! In all cases clients prefer designs in PSD format. There are many famous marketplaces does this kinda outsourcing! I found 99designs.com best for design related works, besides other marketplace like freelancer.com, odesk.com etc are good.
3
There are two aspects to creating a good looking UI, and they need different skill sets.
On the one hand, there is the graphical design. Here an artist creates a design for the website, basically by arranging all the elements in a pleasing manner in a drawing and deciding on supporting artwork like (background) images.
This requires mostly someone with a sense of what your users will appreciate in a website and does not involve any actual programming (although it helps if the artist knows what can be achieved within reason).
On the other hand, there is the actual implementation of the design. This mostly requires someone familiar with HTML/CSS (and perhaps JS) to bring the design to life, but this person does not have to be artistically inclined.
During the implementation, there might be some back-and-forth between the artist and the implementer to create the images(-sections) that the implementer needs, but otherwise the work of the artist is done.
You need to ask yourself, which of these parts you want to outsource and if you want to outsource both, if it should be to one or to multiple parties.
If it is only the artistic side, then you don’t need to give them access to your code, but it could help to give the URL so they can get a feeling for how the website operates.
2