Simple react.js and react-dom powered instaneous music search returned by Ajax queries to iTunes API.
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.
In the project directory, you can run:
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.