xumes / dev-challenge

Lane Developer Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-challenge

A dev challenge for anyone who wants to join the Lane engineering team!

Database

Our CTO is an absolute genius and has invented a new kind of JSON database. To KISS, it's all implemented as separate JSON files for each record. The file format is ${id}.json.

We don't want to change that database. We've built our whole company around it!

There are many todo's in the project. Each todo has a point score based on how difficult it is. Search for todos and do as many as you can.

Choose at least one 1 pointer, one 3 pointer and one 5 pointer. Implement your answers, and send back to use to check out.

server

Our GraphQL API into our amazing platform.

Install the required packages.

yarn install

Startup the graphql server.

yarn start

mobile

Contains a react-native project that consumes our GraphQL api, it needs some work.

Install the required packages.

yarn install

Start up the app.

react-native run-ios

or

react-native run-android

About

Lane Developer Challenge


Languages

Language:JavaScript 77.9%Language:Objective-C 11.8%Language:Python 5.9%Language:Java 4.3%