| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the hipages Full Stack Engineer Tech Challenge! The purpose of this challenge is to help us assess your technical skills. We know that you have limited time to devote to this task and may not be able to provide the as complete solution as you would given more time, so we suggest you focus on the core requirements first, then any additional features if you have time left over.
Your task is to create a lead management UI for a tradie.
This should be presented as a single page application (SPA) using React, backed by any back-end / Web API technology preferrably .Net Core, and using database of your choice (SQL or NoSQL).
The first view you need to create is the Invited tab, which contains all leads in the new status.

As you can see in the screenshot, each lead is a card in a list which contains the following pieces of information:
Along with that information you can see two buttons: Accept and Decline
The second view you need to create is the Accepted tab, which contains all leads in the accepted status.

As you can see in the screenshot, the lead cards follow a similar format and contain some additional data:
We have provided a bit of boilerplate code to create sample mysql data and basic .net core web api project that you can use to get started. You are not required to use this boilerplate, so feel free to throw it all away and start fresh if you prefer.
The boilerplate code assumes you have Docker running on your machine. If you do not, they offer easy to install binaries (Mac) (Windows).
From the root of the project, run docker-compose up -d
If at any point you want to refresh the database, you can stop the Docker containers (docker-compose down) and start them again
Evaluation is based on clean coding skills, ui implementation, design & problem solving skills and the use of modern technologies.
Please document your solution in the SOLUTION.md file. This should explain why you've made the design choices that you have and clarify anything you feel isn't obvious. Feel free to also include what else you would have done given more time.
Please include instructions on how to run your app if it is not using the boilerplate provided.
Once completed, please upload your solution to a public Github repo and share the link with recruitment@hipages.com.au
| Back | FazBrowse Home | New Git URL |