Git Product home page Git Product logo

rm_screen's Introduction

RAM Mounts - Screen

Simple rules of the road: 100% client side – no server-side code/components

The working end result is just HTML, JavaScript and CSS - typically what would normally go in the output or /dist folder after building/”transpiling” a front-end app. No restrictions on framework. Use whatever framework you feel you do your best (React, Angular, Vue, Bootstrap, Semantic, Material, etc), or none at all.


Mechanics

Write a basic front-end application that obtains and displays data from an external API at http://jst.edchavez.com. Note that the API isn’t fully “RESTful” and not all HTTP methods are implemented/documented, etc. (hence only the tasks below):

  1. GET: Obtain and list items (Inventory)
  2. GET: Obtain and list promotions
  3. GET: Obtain and list shipping options
  4. POST: Submit an order and display result/response (you can mock it, though see the bonus below)
  5. Optional/bonus: Mock a full flow order checkout using all the above, navigable, persistence, etc.

Additional/helpful notes:

No authentication/validations needed – all been disabled. If it’s part of the model, just mock it e.g. “signature”. Do as much or as little as you can/want to showcase your front-end powers so pick the framework where you do your best with JavaScript and CSS. Focus on how youstructure your code, how you make it “readable”/grok-able and ultimately maintainable by your peers. We all want to learn and improve each other in a team!

rm_screen's People

Contributors

shullmb avatar

Watchers

 avatar  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.