Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (14 loc) · 1.22 KB

Challenge accepted

My version has been deployed here

Hey there!

Here is a quick coding challenge. We tried to make it as simple as possible so we could see how you write code, solve problems and most importantly - how you THINK.

We have a simple API that returns a JSON array. We would like you to fork this repo. Use HTML, CSS and Javascript to read the API and display it in an organized way. In addition, you should add in some sort of sorting mechanic to the front-end. Feel free to use any frameworks you would like to achieve the task. Be creative!

Server

To run api on your machine just run npm install and npm run dev. API is reachable via http://localhost:8000/.

To get data from API just call http://localhost:8000/beer.

Oh! One more thing – you have to send Authorization: VerySecretToken header to access the data.

Deployment

Please deploy your finshed application to heroku, you can use this button to start:

deploy to heroky

Additional info

If you have any questions please feel free to contact us at [email protected]