Giter Club home page Giter Club logo

ts-challenge's Introduction

Funky Code-Challenge

Backend

Adjust the function autoCompleteAddress inside the src/server.ts file so it will return an array of Address objects. The goal is to return a list of unique addresses that the user can choose from.

Rules:

  • All existing test pass
  • You send a valid query to the BASE_URL and use it's response
  • No TypeScript errors or warning in the code
  • No other dependecies should be installed

Bonus: Only start this task when you are 100% sure the rest is absolutely perfect! Implement an addional function called autoCompleteAddressWithoutNo which returns the same but without the house numbers. Don't change the existing interfaces.

Frontend

Build a Front End which allows the user to enter an address. The address needs to be 100% valid. Invalid street numbers, zip, city and street combinations need to show an error. Implement a better way for the user to select an address instead if typing everything himself. You are allowed to install anything that helps you build this including Frontend Frameworks, a style Library etc (except _).

Rules:

  • All E2E tests pass (not yet here)
  • think about a user-friendly way to create a page which let's anyone submit an address in cologne
  • only accept valid addresses

Optional Hardcore-Mode: Don't use any framework or dependecies.

ts-challenge's People

Contributors

bb1 avatar

Watchers

 avatar

Forkers

untanky

ts-challenge's Issues

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.