Coder Social home page Coder Social logo

nyblad / nyblad-music-releases Goto Github PK

View Code? Open in Web Editor NEW

This project forked from technigo/project-music-releases

0.0 1.0 0.0 1.49 MB

Project 9 @ Technigo Bootcamp 2019: Music site using React

Home Page: https://nyblad-music-releases.netlify.com/

HTML 10.51% JavaScript 52.55% CSS 36.94%

nyblad-music-releases's Introduction

Project 9 - Build a 'New Releases' music site using React

Project week 9 @ Technigo Bootcamp 2019 was to use React components to build a page which shows new album and single releases.
https://nyblad-music-releases.netlify.com/

In the code/src/data.json an API response from Spotify is included which contains data for 50 recent releases. Our task was to use this, along with .map() to mount an 'Album' component for each album. Within those components our app could should have a structure like this:

  • App component which has the data
    • Album component which is rendered using .map() and which passes the album data into using props.
      • Artist component which is rendered using .map() using each item in the artists array, inside the Album component to show the artist name and a link.

Learning objectives

  • How to write React components
  • How to use .map to iterate over an array of data and mount many components
  • How to use React props to feed information to components
  • How to structure React projects into small chunks

Technologies used

HTML5
CSS3
React
JSX



Sofie Nyblad 2019

nyblad-music-releases's People

Contributors

nyblad avatar idlefingers avatar jenniedalgren 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.