A React anime music video player.
Note: This project is unstable and doesn't work until some specific conditions are filled
After cloning, run
npm install
This will install all the dependencies.
Now, for this project to work two folders, images and videos have to be moved tp /public folder.
The images folder must contain anime wallpapers (with .jpg extensions only) with naming convention - <anime_id>.jpg.
Similarly the videos folder must contain the music videos (with extension .mp4 only) with naming convention - <song_id>.mp4.
In the data folder, animes.js and songs.js have to be modified accordingly with relavant data.
After doing all this, finally running npm start
will launch the site at localhost:3000
Check out this site LIVE @ https://amvs.netlify.app/
- Note: videos are not hosted, so you can't do much here for now & its also not responsive. These features are under construction
If you want to contribute to this project, please follow the below guidelines-
- First of all, fork this project.
- Make a new branch in your fork, push changes to it, and then open a PR to the main repo dev branch
- You can also have your fork deployed, so that its easy to check your contributions
That's all! And thank you for showing interest to this project.