Giter Site home page Giter Site logo

vestberry's Introduction

VESTBERRY Test Assignment

TASK

Your task is to create a simple page with a table of companies and a chart indicating size of investments, based on the design created in photoshop.

Start with prepared project we have created with our backend

Photoshop design Photoshop design modal

OBJECTIVES

  • Try to get the template visual as close as possible to the design created in PSD

  • Make it possible to add new company to the table (with its name, stage, sector and investment size)

  • Adding new company, should also be reflected in the „companies by investment size pie chart“, and „companies by sectors statistics“

  • Adding new company should be done using a simple modal box (design included in PSD)

  • Feel free to use any additional library you might need for completing this project, or change structure or anything

  • We would like to see, how will you solve this task in terms of end result precision, code quality & readability

PROJECT STRUCTURE

.
├── Assets                   # Assets and teplates for this project
├── public                   # Static public assets (not imported anywhere in source code)
├── server                   # Express application that provides graphql backend
│   └── main.js              # Server application entry point
├── src                      # Application source code

Requirements

  • node ^10.7.0
  • yarn ^1.9.2 or npm ^6.2.0
  • babel-cli ^6.26.0

Installation

After confirming that your environment meets the above requirements, clone vestberry by doing the following:

$ git clone [email protected]:VESTBERRY/Test-assignment.git <directory>
$ cd <directory>

When that's done, install the project dependencies. It is recommended that you use Yarn for deterministic dependency management, but npm install will suffice.

$ yarn  # Install project dependencies (or `npm install`)

Running the Project

After completing the installation step, you're ready to start the project!

$ yarn start  # Start the development server (or `npm start`)

While developing, you will probably rely mostly on yarn start; however, there are additional scripts at your disposal:

yarn <script> Description
start Serves your app at localhost:3000
dev-client Starts the frontend part
dev-server Starts the backend part
lint Lints the project for potential errors
lint:fix Lints the project and fixes all correctable errors

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.