Skip to content

masoumehmohebbi/react-spotify-app

Repository files navigation

React Spotify App 🟢⏯

Spotify is a web music player. Styling is with Tailwind-css. The state managment is tanstack-query. And the form validation is with react-hook-form. Backend is django and mongoDB.

✨Built with

  • Programming Language ┈➤ JavaScript
  • JavaScript Library? ┈➤ ReactJs
  • Styling ┈➤ TailwindCss
  • State Managment ┈➤ Tanstck Query
  • Form validation ┈➤ React-Hook-Form
  • BackEnd ┈➤ Python - django

✨Used Packages

  • i18next ➡ Multi languages
  • axios
  • Tippy ➡ Nice Tooltip
  • react-h5-audio-player ➡ Music Player
  • react-hot-toast ➡ Pretty Toast
  • react-lazy-load-image-component
  • react-loader-spinner
  • react-otp-input
  • swiper ➡ Beautiful Slider
  • shamsi-date-converter
  • universal-cookie

✨ Links

✨ Contribution

BackEnd 🐍

✨ Development setup

1. First, you need to clone the project:

git clone https://github.com/masoumehmohebbi/react-spotify-app

2. Then, install required packages:

npm i

3. Finally, run the dev script to start the dev server:

npm run dev