/musica

This is a music player app that will contain a lot of the features real music apps have except the signup/login func

Primary LanguageJavaScript

MUSICA

Musica is a simple music player, which was a twitter challenge and I built it...

Welcome! 👋

Table of contents

Links

Built with

  • Reactjs
  • Tailwind css
  • React router(for routing)
  • React icons (for my icons)

What I learned

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

Author