GithubHelp home page GithubHelp logo

web-coding-challenge's Introduction

Web Coding Challenge

The coding challenge is optional if you already have some code that you're proud of and can share with us.

Coding Challenge Requirements

Requirements can be found here.

How we review

Your application will be reviewed by at least two of our engineers. We do take into consideration your experience level.

We value quality over feature-completeness. It is fine to skip certain features aside provided you mention them out in your project's README.

The aspects of your code we will review include:

  • Architecture: how clean is the separation between the front-end and the back-end?
  • Code quality: is the code simple, easy to understand, and maintainable? Are there any code smells or other red flags? Does object-oriented code follows principles such as the single responsibility principle? Is the coding style consistent with the language's guidelines? Is it consistent throughout the codebase?
  • Version Control: are you commiting early and often ? how good are your git commit messages ?
  • Correctness: does the application do what was asked? If there is anything missing, does the README explain why it is missing?

Useful links

Useful links can be found here.


That’s it ! May the force be with you !! πŸ––

web-coding-challenge's People

Contributors

ahaizoune avatar salimbraksa avatar zackbraksa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web-coding-challenge's Issues

The Mockup photos are not accurate concerning the pages they represent

Good evening,

My name is Youssef El Habchi, I am a recent participant of the Hidden founders web coding challenge.

As I was just about to send my repository, I've noticed that the Mockup photos of the project challenge at the Coding Challenge Guidelines page are not accurate.

I took my a while to figure out, since i started my project 3 days ago.

I think they should be flipped to remove any further confusion by future participants.

68747470733a2f2f64326d787565667165616137736a2e636c6f756466726f6e742e6e65742f735f343239343745374333354137353041323544303744373433323631393537334541333836323035324235333537424539393741303731464436373839373132455f31
68747470733a2f2f64326d787565667165616137736a2e636c6f756466726f6e742e6e65742f735f34323934374537433335413735304132354430374437343332363139353733454133383632303532423533353742453939374130373146443637383937

Duplicate shops in dump

There are some duplicate shops in the dump file

for example

(mongo) > db.shops.find({ name: 'Filodyne' }).pretty()

results to

{
	"_id" : ObjectId("5a0c6b42fd3eb67969316d82"),
	"picture" : "http://placehold.it/150x150",
	"name" : "Filodyne",
	"email" : "[email protected]",
	"city" : "Rabat",
	"location" : {
		"type" : "Point",
		"coordinates" : [
			-6.747,
			33.98196
		]
	}
}
{
	"_id" : ObjectId("5a0c6b2dfd3eb67969316d6e"),
	"picture" : "http://placehold.it/150x150",
	"name" : "Filodyne",
	"email" : "[email protected]",
	"city" : "Rabat",
	"location" : {
		"type" : "Point",
		"coordinates" : [
			-6.747,
			33.98196
		]
	}
}

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.