Musica is a simple music player, which was a twitter challenge and I built it...
- Live Site URL: Musica
- Reactjs
- Tailwind css
- React router(for routing)
- React icons (for my icons)
import {useContext} from 'react'
import {useEffect} from 'react'
import {useState} from 'react'
import {useRef} from 'react'
I learned more about all these hooks with this project