Welcome to Instantors fullstack exercise! This exercise is done to give you an opportunity to show case your coding style and how you think about problem solving. This exercise is usually paired with an interview were you will have the opportunity to go through your solution to show and discuss your design choices.
The task is to make this repository into an webapp/website that presents information about a specific (or random) Star Wars character.
- You should not need to change any front-end code to change the character information (if it contains errors).
- The front-end may not communicate with any third-party resources.
- Have fun, and do not feel pressured to spend more then a couple of hours on this task.
- Work on a personal fork and when you are done create a PR to github.com/instantor/fullstack-test.
The character information can either be static or for extra credits it can be retrieved from swapi.co in the back-end.
Best of luck!
//Developers @ Instantor