Giter Site home page Giter Site logo

ui-challenge's Introduction

The Graph UI Challenge

This is a NextJS React app interview challenge. Please fork this repo, and push your code to a branch in your forked repo (following the instructions below).

In this exercise you will create a page that lists all projects (as cards), and when clicking on the individual project card, it will take a user to a new page, which has more details about the project.

Designs can be found here.

  1. On the Projects page - show the list of projects as cards. Make sure to implement the hover state, and to make the layout responsive.
  2. React Query is already setup and we use it to fetch data for both pages. For the cards, make sure to use project names. For the cards images, use the avatar property (which is a Qm.. hash) and prepend this to it https://ipfs.io/ipfs/. For example, this is an image URL: https://ipfs.io/ipfs/QmfWoVg7xFrf1nx5P5ANJJfVzMABbrUJhg3FMkgnVKf9jH
  3. On the individual Project page - show more details about the project itself. The data should be already available for that page. Remember to have the hover state for the button. Button click shouldn't do anything.

Notes

  • Make sure to implement the UI/UX according to the Designs provided. We highly value attention to detail.
  • For styling we use Theme UI. You can read more about it here: https://theme-ui.com/getting-started/. There is an example in the app of how to add styles.

Setup and Development

  1. Fork this repo [email protected]:edgeandnode/ui-challenge.git
  2. Make sure you are inside of the repo you just cloned, by running cd ui-challenge
  3. Run yarn to install all dependencies
  4. Run yarn dev to start the app
  5. Open http://localhost:3000 in your browser

ui-challenge's People

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.