Giter Club home page Giter Club logo

gloot-frontend-assignment's Introduction

G:LOOT front-end assignment

Instructions

Build a front-end application that communicates with the server provided in this repository. You may use any library/framework/technique/boilerplate that you like and deem suitable for this assignment.

The application you will build is a very simple player management tool. The user should be presented with a list of players received from the server, and have the option to add new players and update/delete existing ones. Think CRUD

How to run the server

The server is a minimal HTTP-server exposing a REST-type API written using nodeJS and Express. You may alter the server code in any way you wish.

You will need to have nodeJS installed on your computer to run the server.

  1. Clone this repository.
  2. Open a terminal and run npm i && npm run start from the project root.
  3. The server is now running on localhost:3000. You can test the server by going to http://localhost:3000/players in your browser.

The API is described in index.js within the project root.

Evaluation

These are some of the things we appreciate:

  • Easy, clean and readable code, no unnecessary complexity.
  • Usage of a component-based library/framework (react, angular, vue or similar).
  • Testable code (separation of concern, referential transparency).
  • Handling of asynchronous fetching of data from an API.
  • Do not reinvent the wheel :)
  • Display some CSS/styling skills.

Submission notes:

  • If you are using a boilerplate, please submit the boilerplate code and your own code in different git commits, so that we may differentiate the two.
  • Uploading the assignment to github and sending us the link is our preferred method of submission. However you may send the project as a zip file instead if github is not an option for you.

gloot-frontend-assignment's People

Contributors

amygdaloideum avatar judge-dread avatar n1rium avatar

Watchers

James Cloos 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.