Skip to content

Mid-weight test for fullstack engineer.

Notifications You must be signed in to change notification settings

LickHome/fullstack-mid-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FullStack Mid Test

The Challenge

The challenge is split into two parts. Depending on where your strengths lie feel free to tackle 1 or both of the tasks.

We use NextJS, both the BE and FE tasks can be accomplished in the same application boilerplate. Therefore, we have leveraged API routes for the BE task and the standard pages structure for the FE task.

BE Task

Create a custom rest API to pre-filter all required data needed. The required data includes getting all Alive, Morty characters along with all of their associated data types Origin, Location and Episode data from the Rick and Mort API. https://rickandmortyapi.com/. Please ensure you read the docs thoroughly https://rickandmortyapi.com/documentation.

The interfaces in the codebase will show you what the data structure must look like, if you need to extend them, feel free! However, the original structure must stay unchanged.

FE Task

Build a simple UI to list all characters using the mockdata provided and using the basic wireframes provided. There is mockdata for the character listing page and for the individual character page. The pages themselves have been added.

Please ensure your work checks all the points below – it’s what we will be looking out for
  • Your chosen method for fetching and aggregating data. (BE only)
  • Chosen folder structure
  • The layout should be based on the wireframes provided.
  • Final work (whether complete or part complete) should be submitted in a git repository. (ideally we would like to see a commit history of some sort). With a README.md file, so we can run the app locally and test it ourselves.
  • For the BE task DO NOT use the Rick and Morty JavaScript library. We want to see how you architect aggregating data.
  • The site should be built using HTML, CSS and JavaScript (TypeScript), and as far as styling is concerned: SCSS, Post CSS, CSS Modules, and CSS-in-JS are all encouraged.
  • The FE task should be built using responsive techniques.

Taking things further:

(Not a requirement but if you think it will help us assess your skill level and passion). If you have the time, here are some suggestions to enhance the app:

  • Add eslint and a config
  • Add prettier and a config
  • Unit tests
  • Use path aliases for TS
  • Introduce a build pipeline using Github CI / Circle CI or other CI tools.
  • Responsive images (FE task)
  • Performance optimisation (add a cache layer) - BE Task

About

Mid-weight test for fullstack engineer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published