Giter VIP home page Giter VIP logo

react-take-home's Introduction

GuideCX: Frontend Assessment

This project was bootstrapped with Create React App.

Technology

  • React
  • TypeScript
  • GraphQL (Apollo Client)
  • Tailwind CSS

Setup

  • install dependencies
npm install
  • setup environment variables
cp .env.example .env
  • Create a personal access token and save it to your .env file. The scopes you require depends on the type of data you're wanting to fetch. The following configuration is a good start:
  - repo
    - repo_deployment
    - public_repo
  - user
    - read:user
    - user:email

  • Explore the Github GraphQL API: If you're new to the Github GraphQL API, you may consider spending a few minutes exploring the public schema to get an idea of what data is available. See Github GraphQL Explorer.

Problem

You've got access to a lot of Github data. There's a placeholder component at ./src/containers/magic where you're free to build whatever you'd like, leveraging GraphQL Queries and/or Mutations on the Github GraphQL API.

Some examples:

  • Search Repos
  • List which repos have been forked by your followers
  • Compare analytics between multiple repos
  • List all vulnerabilities of selected repos, filter by vulnerability type

Here are some ground rules:

  • must have at least one query
  • don't spend any longer than 4 hours
  • use whatever UI or styling approaches you're comfortable with. This repo has been setup with scss and tailwindcss

react-take-home's People

Contributors

walexnelson avatar smcgee31 avatar dandrewgarvin avatar

Watchers

James Cloos 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.