Skip to content

vishwajeetfate/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?

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

💻 🎨 🖋

License

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

About

A fan website dedicated to The Matrix Movies. Seeking contributions from anyone for Hacktoberfest 2023.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.0%
  • CSS 10.8%
  • JavaScript 5.2%