Thank you for taking the time to do our technical test, it consists of a simple coding test.
Upon the completion of this test, we would like you to commit all your files and submit your results by creating a Pull Request and using your full name as the branch name with a summary explaining what you have done and why within the body of the pull request.
CoInvestor has a demo API available at http://demo.api.coinvestor.co.uk which you can use to get basic platform data.
As an example, http://demo.api.coinvestor.co.uk/sponsor returns a list of fund managers that all have profiles on the platform. You can see an example of this on our Live Site.
The task is to create a single page that will return a list of the fund managers with their data in a structured and aesthetically pleasing design. The list of fund managers should then display at a minium the following:
- Name
- Address
- Website
- Logo
- Investment Phases
- Sponsor Types
- Key requirements
Feel free to spend as much or as little time on the exercise as you like as long as the following conditions have been met.
Please complete the user story below. Your code should compile and run in one step. Feel free to use whatever frameworks/libraries/packages you like.
As a user running the application,
I can view a list of CoInvestor fund managers
So that I know which fund managers CoInvestor has on their platform