This is a basic challenge to determine how you approach ambiguous challenges. Most of the time you'll be working directly with our marketing team and they may not be able to provide you with complete requirements. Show us how you can take a partial set of instructions!
You will need to make a small application that can search for recipes and save them to a list of favorites.
For this we'll use the free api at Recipe Puppy. Documentation can be found here.
There are some basic mocks in /mocks
-- showing the poor artistry of the random engineer assigned to the task.
- Fork this project.
- Complete the items below using any common front-end libraries only (jQuery, Lodash/Underscore).
- Avoid front-end frameworks such as AngularJS and React, Vue, Knockout, Backbone, etc.
- (( This must be entirely in the front end. Server side languages or platforms will be immediately disqualified ))
- Submit a Pull Request with your changes.
- Create an issue if you have any questions.
- Provide search functionality to query the api for recipes.
- Show a list of recipes. Information should contain a thumbnail, recipe name, and number of ingredients.
- Provide the functionality to add a recipe to my favorites.
- Provide a way to get to a page showing all of my favorites.
- Favorites should persist between page views.
- Site should work on mobile devices.
- Should have a very small code footprint.
- Add navigation that makes sense.
- Add the ability to remove favorites.
- Create the ability to share my favorites with others.