About | New Features | How To Use | License
This is the first challenge of 40 weeks of coding, from the #boraCodar's challenges, where I had to create a music player using React.js.
The challenge was to create a simple music player design given here, but I decided to go further and create a music player that can play your own music!
The website was developed using React.js, TypeScript, and @vitejs/plugin-react.
You can check it out using this link: https://music-player.farrel.tech/.
Added ability to play your own music! Just drag and drop your music file into the player and enjoy your favorite song!
To clone and run this application, you'll need Git, Node.js >=16.16.0 or higher and pnpm installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/farreltobias/challenge-01-music-player challenge-01-music-player
# Go into the repository
$ cd challenge-01-music-player
# Install dependencies
$ pnpm i
# Run website with vite
$ pnpm dev
This project is under the MIT License. See the LICENSE for more information.
Made with 💛 by Guilherme Farrel Get in touch!