GithubHelp home page GithubHelp logo

frontend_exercise's Introduction

Lemon One Engineer Recruitment Test

Thank you for taking the time to do our technical test.

We appreciate your time and we hope you don't need more than 2 hours on this exercise. We don't intend to evaluate a fully production ready solution but a simple proof of concept. We'll focus on how you structure your code and what trade-offs you choose within the time constraints of this exercise.

Please make this a single zip file named {yourname}-{role-applied-for}.zip and send us by email. The zip file must follow this structure:

  • All in one folder with the whole exercise

  • The history of your commits (your .git folder)

  • Provide a README file with:

    • Short description on your approach to solve the exercise.

    • Explaing how to execute the solution and any other relevant command.

    • How will you improve your solution if you would have more time.

Platform/Toolset Choice

You can use any tools you feel confortable and productive using. Just as a reference this is the tech stack we use here at Lemon One:

  • ReactJS to build our user interfaces.

  • Jest to unit test our code.

  • Cypress to perform end-to-end testing.

  • GraphQL API to fetch and manage the data requests from our user interfaces.

  • Node.js to write the server side code.

  • AWS services like AWS Lambda, S3 buckets, DynamoDB, AppSync, etc.

  • MongoDB to store our data.

  • CircleCI to run our CI/CD pipeline.

Exercise

Build a simple interface where we can create, view, edit and delete photographers.

That's the photographers properties:

  • Name
  • Email
  • Cameras: list with all different camera models that the photographer owns.

And the cameras properties:

  • Name
  • Resolution

Photographers API

To perform queries to create, view, edit and delete any data you can use the mock API provided in this repository.

It is a GraphQL API using json-graphql-server to get a full fake GraphQL API with zero coding in less than 30 seconds.

You can start it like this:

  • yarn install
  • yarn start:graphql

Then you can query this API at http://localhost:3001/

Remember that the goal of this exercise is not a pixel perfect UI, but a functional one. We'll focus on the code structure and good practices when evaluation your soulution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.