Skip to content

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

Notifications You must be signed in to change notification settings

mzndako/dev-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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 start-ios

or

react-native start-android

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • Objective-C 10.8%
  • Python 5.4%
  • Java 4.0%