Code Monkey home page Code Monkey logo

santa-cruz-design-challenge's Introduction

Design challenge

Thank you for your interest in Santa Cruz Bikes! This is a practical coding challenge that we use as part of the interview screening process. It's meant to reflect some practical challenges we encounter as we build new experiences for our customers. The requested tasks below should take you a couple of hours, but feel free to embellish your work to highlight your skills if you'd like. However, be sure to push commits to your code as you make progress -- we'll be looking at your timing as well as the finished product, and will use that commit history to get an idea of quickly you were able to progress through the tasks.

  1. Create a new mirror/copy of this repo on Github. Make your repo private! so that other candidates can't view your solutions.
  2. Get the app running locally.
  3. See the list of build kit options at the bottom? Apply a little bit of nicer styling there:
    • Add a background to every other item
    • Adjust the vertical spacing to be less crowded
  4. Adjust the hero image width so that it scales correctly across device sizes. Eliminate any need for horizontal scrolling.
  5. It would be nice if customers knew the build kits' price. It's in the data structure returned from the API. Add it to display alongside each kit's title in the build select menu.
  6. Refactor the hero image into its own component that displays an image along with a call to action button (check out the Santa Cruz homepage for an idea what this would look like). The component should have an api like
    <HeroImage 
        src={'// the image URL'}
        ctaButtonText={'See The Bikes'}
        ctaButtonURL={'https://www.santacruzbicycles.com/en-US/bikes'}
    />
    

Running the app

Install dependencies

  • From in the santa-cruz-design-challenge directory, run npm install
  • Start the app with npm start
  • This should launch a server on http://localhost:3000 which you can view in your browser.
    • The page will automatically reload when you save changes in the project.

Tips

This project was bootstrapped with Create React App.

santa-cruz-design-challenge's People

Contributors

scb-mchaines avatar

Watchers

 avatar

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.