Coder Social home page Coder Social logo

skip_fullstack_coding_challenge's Introduction

Pop

This is a coding exercise to test your understanding of two parts of our current tech stack. These parts are React and Elixir/Phoenix. In the Javascript code, React, ReactRedux, ReactRouter have already been included. For CSS, we use TailwindCSS, so we'd appreciate it if you attempted to use TailwindCSS for your styling. You do not have to use Redux or ReactRouter, but can if you want. For server code only Phoenix and Phoenix.HTML have been added.

To get the Phoenix server started

  • Install dependencies with mix deps.get
  • Change to the assets directory
  • Install Node.js dependencies with yarn
  • cd .. to the root of the Elixir app
  • Start Phoenix endpoint with mix phx.server

There are two parts of this task.

  1. Build an endpoint that returns a list of fahrenheit temperatures. There is already a prepared controller at ./lib/pop_web/controllers/temperature.ex.
  2. Use React to display the fahrenheit temperatures along with the corresponding celsius and kelvin representations in a table. There is a Conversion component placeholder in assets/js/conversion.js.

Tests

  • Elixir tests will be run with mix test
  • React tests will be run with yarn run jest from the assets directory

Once you've started the server with mix phx.server then you can visit localhost:4000 from your browser.

Learn more

skip_fullstack_coding_challenge's People

Contributors

skipmike avatar

Watchers

James Cloos avatar Scott McKenzie 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.