Giter Site home page Giter Site logo

search-input's Introduction

de Bijenkorf Frontend Dev assignment

This project allows de Bijenkorf to asses potential frontend candidates with real, working code.

It is bootstrapped with Create React App to give you the initial setup.

If you are not familiar with Create React App you can find an up to date guide here.

TOC

Folder Structure

The initial project structure looks like this:

frontend-assignment/
  .storybook/
  api/
    _search.get.json
  exercise-1
  exercise-2
  exercise-3
  exercise-4
  public/
    favicon.ico
    index.html
    logo192.png
    logo512.png
    manifest.json
    robots.txt
  src/
    App.js
    App.test.js
    index.css
    index.js
    serviceWorker.js
  .gitignore
  package.json
  README.md
  yarn.lock

You may create subdirectories inside src. For faster rebuilds, only files inside src are processed by Webpack.

Install

To install project dependencies execute the following command:

yarn

Run application

To run the application use the following command:

yarn start

This command will run two scripts concurrently:

  1. react-scripts start
  2. canned -p 5000 ./api/\"

The User Interface should be running on http://localhost:3000/

A dummy API endpoint should be available on the same port.

e.g.

curl -s http://localhost:3000/search

Run tests

To run tests use the following command:

yarn test

Run storybook

To run storybook use the following command:

yarn storybook

Exercises

You will find 4 exercises and associated instructions in the separate named folders in the root of this project. This assignment is timeboxed to 8 hours max.

Notes

If you have any remarks or observations while working on this assignment you are encouraged submit these along with the assignment.

Submitting your code

When you complete the assignment either push your local working copy to a remote repository or email us a .zip file with your solution. Please do not fork this repository.

search-input's People

Contributors

bijenkorf-james-wakefield avatar jameswakefield avatar olgabielkina avatar olgabielkinaah avatar

Watchers

 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.