Coder Social home page Coder Social logo

fe-intern-test's Introduction

Codewise Frontend Internship Challenge 2018

Main task

Implement photo gallery which will load new chunk of photos every time you scroll to the bottom of it (infinite scroll). It should be something like Pinterest or 500px. Server with endpoint providing photos is here.

Additional tasks

  • Organize displaying photos to fill gaps.
  • Boost scroll performance.
  • Improve page look.
  • Make it resonspive.

You can use

  • Some DOM manipulation and AJAX library (i.e jQuery).
  • Some util JS library (i.e lodash).

You cannot use

  • Frameworks (i.e Angular, React, Vue.js).
  • Libraries which will solve any of provided tasks for your (i.e infinite scroll library).
  • Frontend libraries for websites design (i.e Bootstrap).

Introduction

  1. Fork this repository. It contains readme and app files. Readme file is simply this document.
  2. Your data is available at endpoint: here.
  3. Check app.js file to learn more about its API.
  4. After you finish, commit and push your changes to your fork and create pull request of your changes to our repository.

If you want to use local server

  1. Clone this repository. It contains server files.
  2. Install project dependencies with npm install command.
  3. Run server project with npm run start command.
  4. Your data is available at your local endpoint: localhost:3000/photos

In case of any questions you can ask us any time

Good luck!

fe-intern-test's People

Contributors

ahmore avatar filip-mamcarczyk avatar michal-rumanek avatar wojciech-wator avatar

Watchers

 avatar  avatar

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.