aditeyaS / peoples-choice

Shows the favourite anime, movie, and TV Series of all the contributors
https://aditeyas.github.io/peoples-choice/
MIT License
10 stars 37 forks source link
css hacktoberfest hacktoberfest-accepted html javascript open-source

People's Choice

App Logo

This repo collects data about favorite anime, movies, and TV series.

Contributing Guidelines

Step 1: Forking and cloning

Step 2: Getting the name and ID

Head to TMDB and search for your favorite anime, movie, and TV series and note their name and id. Please write the correct ID and names (e.g below) for consistent data.

Anime

For the project to work properly make sure it's an anime series, and not a movie

ID:

NAME:

Anime Data Extraction Example

Movie

ID:

NAME:

Movie Data Extraction Example

TV Series

ID:

NAME:

TV Series Data Extraction Example

Step 3: Adding your favourites (REQUIRED)

Go to data.js and add your details to the array

{
        username: '<github_username>',
        favAnime: '<anime name: as on TMDB>',
        favAnimeID: 'anime id: as on TMDB',
        favMovie: 'movie name: as on TMDB',
        favMovieID: 'movie id: as on TMDB',
        favSeries: 'series name: as on TMDB',
        favSeriesID: 'series id: as on TMDB'
},

Step 4: Updating contributors.md (REQUIRED)

Step 5: Additional Changes (OPTIONAL)

Step 6: Make a new branch

Create a new branch and checkout to that using git checkout -b <branch_name>

Step 6: Add and commit your changes

Step 7: Update branch with main

Update your branch with main, by using git pull origin main

Step 8: Raise Pull Request

Congratulations 🎉

Awesome contributors 🤩

License

Released under MIT by @aditeyaS.