KraigWalker / front-end-mob-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello!

Thanks for taking part in our mob programming session! This session should last between 60 - 90 minutes.

Please don't write any code before the mob session. We value your time and this startpoint is being provided to take away the element of surprise from the session.

The aims of this session

This session is intended to help us understand how you would approach a very common problem.

There are two main tasks:

  • Pull down a list of cars from an API endpoint and display them to the user
  • Create a form that sends a POST request to the API, creating a new car. (Ideally the UI will update without refreshing)

This session is run as a mob programming session, and the end result is less important than the process - we're looking for people who communicate well, are empathetic towards their colleagues, and look for opportunities to share knowledge.

We're aiming to make something like this - although final results usually vary!

Arnold Clark Garage

Taking part in the session

You'll be joined on the call by a couple of front-end engineers from Arnold Clark. They'll take turns - around 20 minutes each - to take control of the machine and write some code.

If you would like to "drive" the machine, we have a couple of options:

If you would prefer not to drive the machine, that's perfectly fine. It won't have an impact on your application.

Getting Started

To run this app:

  • First, run npm install
  • Then, start the API by running npm run start:api
  • You can then start the app by running npm start and visiting localhost:1234.
  • You can run tests with npm test; these are set up with Jest and Testing Library.

Resources

Please treat this exercise as if it was part of your normal working day. You can use any resources you need to, such as Google, MDN, or Stack Overflow.

You can also use any libraries you want - we would love to find out what your usual workflow looks like!

We've set up some things to get started:

  • A minimal React / Parcel app
  • A CarForm component with inputs for make, model, registration, and price
  • An API, which uses json-server. (Check out ./requests.http to get started)
  • Chassis, our CSS framework. (We'll help you with this, of course!)

About


Languages

Language:JavaScript 84.7%Language:HTML 15.3%