Skip to content

roannav/matrix-movies-website-hacktoberfest

Repository files navigation

matrix-movies-website-hacktoberfest

All Contributors

This repository is a fan website dedicated to The Matrix movies, and we're excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023.

Take a look at the LIVE Matrix Movies Website

The Matrix characters

The Matrix Movies Website, a HacktoberFest Project for Beginners ๐Ÿ•ถ๏ธ

Whether you are a coder ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป or non-coder ๐Ÿ‘ฉโ€๐ŸŽจ, newbie ๐Ÿ‘ถ or more experienced ๐Ÿ‘ด, your contribution is welcome!

Let's build a website to celebrate The Matrix movie series. Join the revolution! โ˜Ž๏ธ ๐Ÿชž

  • ๐Ÿ’ก If you have any ideas (feature requests) about what cool things could go on the website, please create an issue to describe it.

    • Examples: game idea ๐ŸŽฎ๐Ÿ“ฑ
    • Adding a CSS animation or picture to the <header>
    • Making the links glow green
    • Writing text questions for a trivia quiz
    • Creating a Discussion Board
    • and more...
  • ๐Ÿ“ข If you have some additional thoughts on any of the issues, go ahead and ๐Ÿ–Š share your comment on the issue page.

  • If you have media content, it would be awesome if you upload them.

    • Artwork ๐ŸŽจ and Photos ๐Ÿ“ท go into the img/ directory
    • Videos ๐ŸŽฌ go into the vid/ directory
    • Music or Audio ๐ŸŽง go into the snd/ directory
  • ๐Ÿ•ธ๐Ÿง‘โ€๐Ÿ’ป If you have some code you want to contribute, either directly submit a pull request or create an issue first, so then we can discuss it and/or I can assign the issue to you.

Thanks in advance for your help! ๐Ÿ˜Ž

Hacktoberfest 2023

Hacktoberfest Summary

Hacktoberfest is an event on GitHub or GitLab that encourages everyone to participate in open-source software development. To complete the challenge, you need to make four or more pull requests during the month of October. Successful pull requests earn you digital badges and provide an opportunity to learn more about git, GitHub or GitLab, and in this project's case, web development, JavaScript, HTML, and CSS.

For more information, visit hacktoberfest.com.

Getting Started

  1. Star this repository (Click the "Star" button in the top right of this page).

    Circle around Star button

  2. Fork this repository (Click the "Fork" button in the top right of this page. On the next screen, click the green "Create fork" button in the lower right).

    Circle around Fork button

  3. Open a Terminal, where you can enter command-line text. For the next steps, you'll be using this terminal.

  4. Clone the forked repository to your machine:

    git clone [email protected]:<your-username>/matrix-movies-website-hacktoberfest.git

    Remember to replace <your-username> with your GitHub username.

  1. Go into your local repo directory

    cd matrix-movies-website-hacktoberfest

  2. Create a branch

    git checkout -b <your-branch-name>

    Think of a name for your new branch. Your branch name can be anything, but it's better if it briefly describes the change you are making. Replace <your-branch-name> with the branch name you've chosen.

  3. Edit your changes in a code editor, such as VS Code.

  4. Preview your changes

    git status

  5. Send your changes up to your forked repo at GitHub: Add, commit and push

    git add .
    git commit -m "Your commit message"
    git push -u origin <your-branch-name>
    
  6. Create a new pull request from your forked repo at GitHub. (Click on the green "Compare & pull request" button that is near the top of the page.)

    compare and pull request button
  7. Wait for your PR review and merge approval. I will review it as soon as possible. Thank you for your time and effort in improving this project!

  8. Celebration time! ๐ŸŽŠ Your PR has been approved! You are a genuine open sourcerer! ๐Ÿง™ You have unlocked the knowledge and power to make changes throughout the open source world. What will be next?

Avoid Conflicts (Syncing your fork)

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/roannav/matrix-movies-website-hacktoberfest.git

You can verify that the new remote has been added by typing

git remote -v

Fetch branches and commits from the upstream repo. This will also create local branches from the remote branches, if they don't already exist.

git fetch upstream

Make sure you are on the local branch where you have been making all your code changes.

git checkout <your-branch-name>

To merge any new changes from your parent repo, simply run

git merge upstream/main

This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.

For more information on syncing forks read this article from Github.

Contributors

Roanna Victorio
Roanna Victorio

๐Ÿ’ป ๐Ÿ”Š ๏ธ๏ธ๏ธ๏ธโ™ฟ๏ธ ๐Ÿ–‹
Om Bhagwat
Om Bhagwat

๐Ÿ’ป ๐Ÿ–‹
Naman Agrahari
Naman Agrahari

๐Ÿ’ป ๐Ÿ–‹
barkhayadav12
barkhayadav12

๐Ÿ’ป ๐Ÿ–‹
Karan Singh
Karan Singh

๐Ÿ’ป ๐Ÿ–‹
Aadhithya R P
Aadhithya R P

๐Ÿ’ป ๐Ÿ–‹
charmee123
charmee123

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Anas Ajaanan
Anas Ajaanan

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Mayank Gupta
Mayank Gupta

๐Ÿค” ๐Ÿ“–
Sujal Soni
Sujal Soni

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Rhythmshah21
Rhythmshah21

๐Ÿ’ป ๐ŸŽจ
maitri-vv
maitri-vv

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Guilherme Berson
Guilherme Berson

๐Ÿ’ป ๐Ÿ–‹
Himanshu
Himanshu

๐Ÿ’ป ๐Ÿ–‹
Ragesh
Ragesh

๐Ÿ–‹ ๐Ÿค”
Om Patel
Om Patel

๐Ÿ’ป ๐ŸŽจ ๐Ÿ–‹
vishwajeet
vishwajeet

๐Ÿ’ป ๐Ÿ–‹ ๐ŸŽจ ๐Ÿค”
Susan Shrestha
Susan Shrestha

๐Ÿ’ป ๐ŸŽจ
Wafiya Mulla
Wafiya Mulla

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Damodar Yadav
Damodar Yadav

๐Ÿ’ป ๐ŸŽจ
Ivan Eka Putra
Ivan Eka Putra

๐Ÿ’ป ๐Ÿ–‹
Nishant Dubey
Nishant Dubey

๐Ÿ–‹
Sarvesh Gupta
Sarvesh Gupta

๐Ÿ’ป ๐Ÿ–‹ ๐ŸŽจ ๐Ÿค”
Hendra Hendriana
Hendra Hendriana

๐Ÿ–‹
Suvam Rai
Suvam Rai

๐Ÿ’ป ๐ŸŽจ
David Ayomide Olaniyi
David Ayomide Olaniyi

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Shreshth Srivastava
Shreshth Srivastava

๐Ÿ’ป ๐Ÿ–‹ ๐ŸŽจ ๐Ÿค”
Deepankar1484
Deepankar1484

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
lokesh932338
lokesh932338

๐Ÿ’ป ๐Ÿ–‹ ๐ŸŽจ ๐Ÿค”
Yusuf Ali
Yusuf Ali

๐Ÿ’ป ๐Ÿ–‹
raksha703
raksha703

๐Ÿ’ป ๐ŸŽจ
Suyash Dabral
Suyash Dabral

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Aditya Kumar
Aditya Kumar

๐Ÿ’ป ๐Ÿ–‹ ๐ŸŽจ ๐Ÿค”
Sagar Singh Bisht
Sagar Singh Bisht

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Ishaan Shaikh
Ishaan Shaikh

๐Ÿ’ป ๐ŸŽจ
Shubhangam Saxena
Shubhangam Saxena

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Harshit Pandey
Harshit Pandey

๐Ÿ’ป ๐ŸŽจ ๐Ÿค”
Shovit
Shovit

๐Ÿ’ป
Pedada Jaswanth
Pedada Jaswanth

๐Ÿ’ป
ayushkumarTomar
ayushkumarTomar

๐Ÿ’ป
ElectroCubic
ElectroCubic

๐Ÿ’ป ๐Ÿค”
RathnaSri Balina
RathnaSri Balina

๐Ÿ’ป ๐Ÿ“–
Paras Shenmare
Paras Shenmare

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿค”
Sai kumar
Sai kumar

๐Ÿ› ๐Ÿ’ป
Akua Konadu
Akua Konadu

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿค” ๐ŸŒ

License

This project is licensed under the terms of the MIT license.