Skip to content

A repository with interview challenge for fullstack developers.

Notifications You must be signed in to change notification settings

dramcio/fullstack-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Instantors Fullstack exercise

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.

Task

The task is to make this repository into an webapp/website that presents information about a specific (or random) Star Wars character.

Rules

  1. You should not need to change any front-end code to change the character information (if it contains errors).
  2. The front-end may not communicate with any third-party resources.
  3. Have fun, and do not feel pressured to spend more then a couple of hours on this task.
  4. Work on a personal fork and when you are done create a PR to github.com/instantor/fullstack-test.

Character Information

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

About

A repository with interview challenge for fullstack developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.1%
  • Java 26.9%
  • CSS 20.4%
  • JavaScript 15.6%