Skip to content

FirdaoussSa/web-coding-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Web Coding Challenge

Idea of the app

The task is to implement an app that lists shops nearby.

Technologies to use

You can choose one the options listed below :

  • Java/Spring :
    • Backend : Spring Boot
    • Frontend : Angular 4 || ReactJS || VueJS
    • Database : MongoDB
  • Javascript
    • Frontend : ReactJS || VueJS
    • Backend : NodeJS (ExpressJS)
    • Database : MongoDB
  • Python/Django
    • Backend : Django
    • Frontend : Angular 4 || ReactJS || VueJS
    • Database : MongoDB
  • RoR
    • Backend : Rails
    • Frontend : Angular 4 || ReactJS || VueJS
    • Database : MongoDB
  • PHP
    • Backend : Laravel || Symfony
    • Frontend : Angular 4 || ReactJS || VueJS
    • Database : MongoDB || MySQL

Features

  • As a User, I can sign up using my email & password
  • As a User, I can sign in using my email & password
  • As a User, I can display the list of shops sorted by distance
  • As a User, I can like a shop, so it can be added to my preferred shops
    • Acceptance criteria: liked shops shouldn’t be displayed on the main page
  • As a User, I can dislike a shop, so it won’t be displayed within “Nearby Shops” list during the next 2 hours
  • As a User, I can display the list of preferred shops
  • As a User, I can remove a shop from my preferred shops list

Mockups

Main Page - List of shops neaby my location sorted by distance

My Preferred Shop page - List of already preferred shops

Application Data

A MongoDB dump with ~300 shops is provided. To import the data, you need to extract the zip file then execute the command below :

mongorestore --db shops shops/

→→ A shop database will be created with a shops collection.

→ → Dump File : here

How we'll evaluate 🚨

  • Your code will be evaluated based on: code structure, programming best practices, legibility.
  • The git commit history will be also evaluated.
  • Do not forget documentation. Or how are we going to evaluate your work if we can't init the project on our machines?
  • Put more focus on code quality and less on speed. Don't hack something quickly, take your time and craft something clean.

Once you're done with the app

Put the code of your project on Github and send the URL to zakaria@hiddenfounders.com

Questions?

If you have any questions or feedback, don't hesitate to contact us via zakaria@hiddenfounders.com

Useful links & resources

Best Practices

Javascript

Vue

React

Angular

Java/Spring

PHP / Laravel / Symfony

That’s it ! May the force be with you !! 🖖

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published