Git Product home page Git Product logo

project-two-seedling's Introduction

Canvas

Paying attention GIF

Canvas is a web app that focuses on providing information on a vast array of artwork within The Rijksmuseum. The Rijksmuseam offers a representative overview of Dutch art and history from the Middle Ages onwards, and of major aspects of European and Asian art. Using the Rijksmuseum API, we are able to grab a whole host of information valuable to understanding various pieces of artwork. It is this information that we will use to populate the web app and complete the MVP.

MVP

  • Create a working, interactive, React application
  • Find and use external api (Rijksmuseum API)
  • Render data on page (eg, image, title, description, artist, etc.)
  • Have at least 6 separate components
    • Include both class and functional components
  • Style with CSS using Grid for layout
  • Use React Router

Post-MVP

  • Advanced CSS Styling, including animations and responsiveness
  • Include seperate profile pages for selected artwork with a modal button for additional documentation

Risks and Mitigants

  • Risk:

    • From initial review, the Rijksmuseum API is using various endpoints which make it difficult to pass information around
  • Mitigant:

    • I will need to figure out how to feed information from one API call into another
  • Risk:

    • Information for various art pieces is incomplete
  • Mitigant:

    • Conditional rendering as a short circuit boolean; this will allow us to display information only if it is available

Visual of Component Hierarchy

  • src
    • components
      • Header
      • PaintingsList
        • Button
      • Profile
        • Modal
      • Footer
    • services
      • api-helper
    • App.js
    • App.css
<>
<Header />
<PaintingsList />
  <Button />
<Profile />
  <Modal />
<Footer />
</>

Main Page Wireframe

Main Page Wireframe


Profile Page Wireframe

Profile Page Wireframe

project-two-seedling's People

Watchers

James Cloos avatar Raul Jiminian 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.