Giter Site home page Giter Site logo

coding-challenge's Introduction

Saatchi Art Code Challenge

​ In this example, we have an art browse app partially written. ​ You can run the app with yarn dev. This will install and start a web server for you. You can then access it via http://localhost:3000 in the browser. ​ There are two Routes available: ​

  1. Artworks - the view you will update
  2. Instructions - all the tasks we would like you to complete

Project Setup

​ You will start off with a basic site scaffold using Next.js, React, and Redux. This is the same combination of tools we use at Saatchi Art. We follow common best practices in the project structure, so it shouldn't be anything too unusual. Feel free to read the docs for these technologies if you need to refresh your knowledge. ​ The framework adds HMR (hot module reloading) for you. The only time you will should have to restart the server is if you make a change to the something in the Express.js application. You should not have to modify the Express server.js itself. ​

File Structure

​ The suggested files you should work with are located in apps/challenge and reducers.js. ​ You may see comments at the top of files indicating whether you should avoid or edit that file. These are just suggestions. Feel free to complete the coding challenge in your preferred coding style. This includes modifying or adding files as needed. ​

Adding a Package

​ Feel free to add any npm packages you need e.g. yarn add dompurify. If you add a package, you should not have to restart the dev server. ​

End Result

​ When you are finished, we expect the app will look something like this: ​ SampleApp

Challenge Details

​ Please continue to public/CHALLENGE.md for more details about the coding challenge.

coding-challenge's People

Contributors

ryanlondon 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.