
Music Player
February 27, 2023

Ashish Keshri
The music player-fledged has controls on all kinds of music buttons play pause next many more with responsive design. Tools React js, Redux-toolkit, react-redux,react-router-dom, tailwindcss, Swiper, Restful API
React JS
Redux
Tailwind CSS
React Router
It is one of the most installed libraries for React. There are around 8 million installs every week. This library provides a routing facility for React. It has now become a core for React.
It is quite easy to use the React router. You can dynamically render different components per route.
Tailwind CSS
Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.
Redux
Redux is a popular open-source JavaScript library that is used for managing the state of web applications. It is a predictable state container for JavaScript apps. This helps to manage the state of an application in a more organized and centralized way, making it easier to debug and maintain.
I have not used it that much but sure it is one such library to you must install with any React project for managing state. It has support for other frameworks too.