Git Product home page Git Product logo

parkit's Introduction

Technical Test Park-IT

This has been built using the Next.JS framework for React Using Typescript with an Atomic Design approach to structure.

There are three main aspects to the SPA.

Built with

  • NextJS, SSR for free
  • React โš›๏ธ
  • Typescript ๐Ÿ“œ
  • Styled Components ๐Ÿ’…
  • Flexbox Layout ๐Ÿ’ช
  • Prettier ๐Ÿ‘ฉโ€๐ŸŽค
  • Atomic Design Methodology โš›๏ธ

Functionality

  • /, loads with default search term "cars"
  • /search, provides searchbox for users to do their own search
  • /tag?tag=[term], navigable by clicking a tag in a gallery cards info
  • Loads 12 images from the API at all times (some less if image data is missing)
  • Usage of progressive content loaders to give perceived performance benefits to user
  • Users can click image/title to view image
  • Users can click username to go to owners profile

Improvements / Enhancements

  • Add Node /w Express and expose API to make flickr calls on behalf of us so we don't have to expose API Key client side
    • There's unfortunately no CORS support with their API so you can't at least whitelist domains to run on
  • Lazy Loading /w Button to load more so we don't load content in automatically as users scroll eating up bandwidth automatically
  • Lazy loading images into the page so at least on mobiles we can get the request for images down to 1/2 on screen at a time.
  • Testing of at least component logic using Jest and testing of frontend components with React Testing Library

How to use

Install it and run:

yarn
yarn dev

parkit's People

Watchers

Luke Roberts 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.