Coder Social home page Coder Social logo

maxi-medium's People

Contributors

alice-carr avatar bo-bok avatar finnhodgkin avatar jessicasalmon avatar piotrberebecki avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

piotrberebecki

maxi-medium's Issues

markdown

I see the js file to get markdown set up, but it's not been implemented. Would be cool to see this working

Login form error handling

Although the app has good validation for bad form values - passwords under 6 chars, etc. - the validation for not finding a username, or for an incorrect password isn't user friendly at all.

improve test coverage

It'd be good to have higher code coverage with tests. We also didn't focus on this either though so I get why it is where it is, just something you could work on later :)

improve readability of login_dialog.hbs

login_dialog is really dense and not pleasant to read. Maybe break out your handlebars and html syntax onto different lines/ indentations.

Also, I really like the idea of looping through an array of dom elements and toggling the modal!

github_auth.js

There's some really nice stuff in here :)

I like this
const { access_token } = qs.parse(githubAccessTokenResponse);
๐Ÿ‘๐Ÿป

some things to improve:

  • lots of empty lines - use a linter?
  • line 24 is really long and unreadable, you could use the url module to format your url and keep your lines shorter?
  • further down, the code gets less readable. You have a lot of nested callbacks! Have you thought about how you could separate this out into independent functions?

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.