Skip to content

yanniznik/itunes-search-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTunes music search - React

Simple react.js and react-dom powered instaneous music search returned by Ajax queries to iTunes API.

Check it out on Heroku

Folder Structure

After cloning, your project should look like this:

itunes-search-react/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    index.css
    index.js
    ...

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/App.js is the JavaScript entry point.

You can delete or rename the other files.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Simple react.js and react-dom powered instaneous music search returned by Ajax queries to iTunes API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published