anreb / dev-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Developer Exercise

The savvy cats over at SMART Pump would like to be able to allow users to login to their account, check their balance and update their personal details. Write a simple web application (API and UI) using node.js and lowdb that lets users accomplish those tasks.

Feel free to use any other libraries or tool chains as long as the core code is javascript and node.js. npm (https://www.npmjs.org) is your friend - no need to recreate the wheel.

You will find the base data file in /data

Wireframes: assets/wireframes.png

Time limits

This exercise is meant showcase your creativity and talent in problem solving against a real world scenario. To that end it should not consume your every waking moment. We recommend at max spending 3 evenings of time on the exercise.

Requirements

  • Login to the app via email and password
  • Restrict access to valid a User
  • Once logged in show the details of the user on the page
  • Authorized users can check their account balance
  • Allow the user to change their details
  • lowdb (DB) -> https://github.com/typicode/lowdb
  • node.js -> http://nodejs.org/

Bonus Points

  • Fully responsive UI
  • Unit Tests of the API
  • Functional Tests of the UI

About


Languages

Language:JavaScript 69.8%Language:CSS 22.1%Language:HTML 8.1%