Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 761 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 761 Bytes

K-Music: practice working with api -spotify -default display trending songs and then display according to the searched song


npm create vite@vatest -project name -npm i -npm run dev, Host using: codeflare.com -yarn run build - create a 'dist' folder and upload this directly on codeflare.com


-for CSS 'Bootstap': https://getbootstrap.com/docs/5.3/components/spinners/#about -for API 'nocodeapi': https://nocodeapi.com/ -convert HTML to JSX: https://transform.tools/html-to-jsx


New and revised concept of React: -useState, state variable, hooks -searching songs- onChange={(event) => setKeyword(event.target.value)} -loading spinner - spin when search -map - display fetched data