Git Product home page Git Product logo

front-end-challenge's Introduction

Nova Front-End challenge

First things first: fork this repo and add the following collaborators by their GitHub handle: loeklj and eldarshamukhamedov (make sure they have write access). From your own fork, branch off master. This branch will be your working branch. You are challenged to implement a Nova dashboard to render credit report entries of applicants.

Deliverables

You have to use React and ReDux for this submission.

  • Render a list of reports.
  • Add ability to archive reports.
  • Add ability to load more reports.

Getting started

Get your env right

  • Get NodeJS (>=8.4.0) https://nodejs.org/en/
  • Verify your npm install npm -v (should be npm v5 or higher).
  • Install ReDux.

Install app

# In root
npm install

Run tests

# Run Jest tests (auto-reload)
npm test

Run app

# Start backend server (auto-reload)
npm run start:server
# Start frontend dev server (auto-reload)
npm run start

Randomize data

# Calls script that generates from randomuser.me
npm run db:randomize

Submitting

To submit, open up a Pull Request into your own master branch from the branch you used to work on. Do not open up a request to merge into the repo under the neednova organization account. Ask the users loeklj and eldarshamukhamedov to review your PR. Deadline is 24 hours before the scheduled review where you will go over your submission.

API details

GET /api/requests

Request query-parameters

?count=(integer)&cursor=(ISO date)

Status codes: 200, 500

Success response
{
	count: (integer),
	cursor: (ISO date),
	reports: (array),
}

PATCH /api/requests/archive

Request JSON

{
	id: (UUID),
}

Status codes: 200, 404

Success response
{
	<report that was archived>
}

Misc details

  • You should set a timer for 3 hours. Aim to prioritize the necessary components. If you don't finish everything don't worry, as long as you have thought about what to do next if you had the time.
  • For questions email (loek|eldar)@neednova.com.
  • We trust that you ignore any forks you can find of this repo.

front-end-challenge's People

Contributors

loeklj avatar

Watchers

James Cloos avatar Liza Lopez avatar

Forkers

melodywei861016

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.