To get started with IHH Player, you'll need to clone the repository and set up both the client and server:
- Clone the repository.
- Navigate to the
client
directory. - Run
npm install
to install dependencies. - Run
npm run dev
to start the frontend React application.
- Clone the repository.
- Navigate to the
server
directory. - Run
npm install
to install dependencies. - Run
node index.js
to start the backend server.
After starting the frontend with npm run dev
, access the application through your localhost URL. The backend server is currently not mapped with the frontend.
- Basic music playback features: play, pause, next, and playlist play.
- More advanced features are planned for future development.
- Understanding of MERN stack
- Zustand for state management
- Basic knowledge of Tailwind CSS
Contributions to IHH Player are welcome. Please email [email protected] to get started.
This project is licensed under the GNU General Public License Version 3.0.
For questions or feedback, please email [email protected].
All music used in this project is credited to the respective artists. If any artist wishes to remove their music from our player, please contact us.