Giter VIP home page Giter VIP logo

flip-card-grid's Introduction

Overview

Please create a responsive web page that displays a card-based grid based on the requirements below. We have provided mockups to assist in styling, please follow them as closely as possible, as this assignment tests for visual fidelity.

Requirements

  • Filter Grid Component: 3 columns for desktop, 2 for mobile.
  • Content cards flip on hover for desktop, flip on tap for mobile. 3D CSS transform.
  • Filters are compounding, if Tag #1 & Tag #2 are selected, only show cards with both tags. If no - filters are selected, show all cards.
  • Filters distribute as shown below, and become a dropdown on mobile.
  • All cards must be uniform in height, and support any amount of content. Note the text truncation in - the mockup below.
  • Filters are buttons on desktop, dropdown on mobile
  • Parse this JSON file to populate your content
  • Utilize React as your framework
  • Use SASS for your style system following the BEM methodology
  • Data Card vars:
    • String: ID
    • Array: Tags
    • String: Title
    • String: Image URL
    • String: Description
    • Boolean: featured

Sample Data

{  
    "id":"Nerium",
    "tags":["CMS Selection", "Experience Design"],
    "image":"http://herodigi....jpg",
    "title":"Nerium: Reimagining the digital CX for Nerium International",
    "description":"As Nerium Internation....",
    "featured":0
}

When we open the repo for review, we should be able to do the following (from project root):

  • Run npm install to install dependencies
  • Run npm start to view the web page locally (with the mock API endpoint returning a mock success response)

Mockups

The /designs folder contains all the mockups you need to complete the assignment. There's a mockup for the Data Card Component, one for Filter Grid Component Desktop and a corresponding one for Filter Grid Component Mobile.

Evaluation Criteria

  • JavaScript best practices
  • React as your Frontend Framework
  • Show us your work through your commit history
  • We're looking for you to produce working code, with enough room to demonstrate how to structure components in a small program
  • Completeness: did you complete the features?
  • Correctness: does the functionality act in sensible, thought-out ways?
  • Maintainability: is it written in a clean, maintainable way?
  • Ease of use: Can we run npm build && npm start to run the whole thing?

Deliverables

Make sure to include all source code in the repository.

Please organize, design, test and document your code as if it were going into production - then push your changes to the master branch. After you have pushed your code, you may submit the assignment on the assignment page.

All the best and happy coding,

The Hero Digital Team

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.