Git Product home page Git Product logo

jammming's People

Contributors

balsamiqleon avatar

Watchers

 avatar

jammming's Issues

Summary

Rubric Score

Criteria 1: App Creation, Folder Structure, and File Paths

  • Score Level: 3 (meets expectations)
  • Comment(s): Excellent job here, structure follows best practices and no issues with paths.

Criteria 2: Correct Implementation of User Flows (e.g. Searching, Token Generation, Save Playlist, etc.)

  • Score Level: 4 (exceeds expectations)
  • Comment(s): API implementation is flawless, keep it up!

Criteria 3: Proper JavaScript and JSX Syntax and Formatting

  • Score Level: 4
  • Comment(s): Formatting looks great, no issues

Criteria 4: Implementation Adheres to DRY Principles

  • Score Level: 2 (approaches exceptions)
  • Comment(s): There is a lot of repetition in the CSS, this causes a lot of overhead for the page and does not follow best practices.

Overall Score: 13/16

Overall the project looks and feels great! Always try to follow DRY principles and watch out for controlled inputs. Great job, keep it up!

Component goes from uncontrolled to controlled

<input defaultValue={'New Playlist'} value={this.props.playlistName} onChange={this.handleNameChange}/>

The input element has a defaultValue and value. Since value is controlled by its props this causes an error in the console and should be avoided since it does not conform to React best practices. Instead try deleting defaultValue and put value={this.props.playlistName || 'New Playlist'}

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.