Skip to content

tsukii21/amvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

amvs

A React anime music video player.
Note: This project is unstable and doesn't work until some specific conditions are filled

Setting up

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

Live site ✨✨ Netlify Status

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

âš  Contribution guidelines âš 

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.

About

A react anime music player site 🎵📺

Resources

Stars

Watchers

Forks