Make sure git
is installed in your system.
- Click on the fork on the top to fork this repo.
NOTICE! Your URL will be diffrent to what's shown and have your github username instead of nayyyhaa
- On your terminal / command prompt, type "git clone [put the link here]".
- Change the
db.json
file in the folder with your favorite movie/shows. EXAMPLE FORMAT OF ONE DATA IN JSON
{
"id": "falling-down",
"title": "Falling Down",
"plot": "An ordinary man frustrated with the various flaws he sees in society begins to psychotically and violently lash out against them.",
"genre": "Action, Crime, Drama",
"rating": 7.6,
"year": "1993",
"poster": "https://images.app.goo.gl/5YfzB9qGbbsopeT4A"
}
It should include id
, title
, plot
, genre
, rating
, year
and poster
in respective movies or shows array.
NOTE: id
is in kebab case and genre
is comma seperated string`
- Afterward, on your terminal / command prompt, type "git add db.json"; then 'git commit -m "[type a message]" '.
- Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]"
- Push the commit. For example, type "git push [remote-name] main".
- Go back to the original repo.
- Hit "new pull request" and compare between forks.
- Add a message and click on Create Pull Request.
Confirm the pull request and that's it!!
🥁*BADUM-TISS!!!*🥁
YAYY!!! You've finally made your Open Source Contribution OR maybe you will. 😉