GithubHelp home page GithubHelp logo

jackgreg's Issues

Files could be compartimentalised

Though the names of the files are very clear (and thus it's not so much of an issue) it could be nice to separate components into folders - the current set up looks pretty intimidating:

Screen Shot 2019-09-27 at 10 20 03

GitHub Token

I managed to reach the limit for free request fairly easy, perhaps you can add a token to Netlify for longer user experience :)

Styling

I really like the styling and the icons, but I think the buttons can be styled a bit more, like make them bigger so easier to see.

also well done for implementing they arrow key function, perhaps you could add some text to inform the user that you have that feature :)

Nice react-based 'routing'

Really like how the current page gets defined and all the relevant bits of information get passed from page to page in one place:

Screen Shot 2019-09-27 at 11 03 03

getByText() footer test actually passes :)

// We can't use getByText here because... no match? Need to find why.

getByText() will search for all elements that have a text node with textContent matching the given TextMatch

getByText(
  container: HTMLElement,
  text: TextMatch,
  options?: {
    selector?: string = '*',
    exact?: boolean = true,
    ignore?: string|boolean = 'script, style',
    normalizer?: NormalizerFn,
  }): HTMLElement
<a href="/about">About ℹ️</a>
import { render } from '@testing-library/react'

const { getByText } = render(<MyComponent />)
const aboutAnchorNode = getByText(/about/i)

Here is test on my machine:
Screenshot from 2019-09-27 10-46-23

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.