Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.85 KB

totallywicked/test

This project will be based primarily on your ability to fulfill the task requirements. Any potential design skills are a bonus, but usability, performance and security will be taken into account.

Introduction

This project provides a starting point which will allow you to create your own web-based encyclopedia based on the cartoon Rick and Morty.

Project Requirements

To get started, you'll need the following:

You are free to use whatever composer packages and front-end libraries that you wish as long as you use your own php solution for API communication.

Task Requirements

In order to complete this challenge, you MUST create an encyclopedia with minimal functionality using php in an object oriented manner and having corect MVC structure.

Your solution MUST allow the user to browse the full list of Rick and Morty characters in a convenient manner, as well as offer some form of search and/or filtering functionality.

Your solution MUST also display basic information for a specific character, including:

  • At least one image
  • Name
  • Species
  • Origin
  • Episodes in which they appear

A RESTful API is available at Rick and Morty which will provide you with all the data that you will need. You do not need to create an account nor authenticate in order to consume the API, however please be aware that this API is rate-limited.

You must consider your project to be production-ready on submission, therefore please address any potential risks and attack vectors.

It is advised that you spend no more than two to three hours on this assignment.

Submission

To submit your solution, please fork this repository and provide us a link to your finished version.

Copyright

All trademarks as the property of their respective owners.