Skip to content

ticket-officer/web-coding-for-everyone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Web Coding for Everyone ๐ŸŒŽ

Welcome to "Web Coding for Everyone"! This repository contains fun and educational projects tailored for kids aged 9-13 to learn JavaScript, HTML, and CSS. Each project is organized into its own directory.

Projects

  1. Memory Game
  2. Whack-a-Mole
  3. Drawing App

Each project includes all necessary files and instructions to get started. Happy coding!

How to Use

  1. Clone the repository:

    git clone https://github.com/ticket-officer/web-programming-for-everyone.git
  2. Navigate to the project directory:

    cd web-programming-for-everyone/memory-game
  3. Open index.html in your web browser to run the game.

For Our Students

Dear students,

Welcome to the world of web programming! We hope these projects inspire you to create and explore. Each project is designed to teach you the basics of HTML, CSS, and JavaScript in a fun and engaging way. Remember, coding is a journey, and every step you take brings you closer to becoming a proficient programmer. Enjoy the process, and don't hesitate to ask for help if you need it.

Submitting your own games

  • Play all the games in this repository
  • Submit your own game ๐Ÿ˜„ ๐Ÿ‘ ๐Ÿš€

We encourage you to create your own games and submit them to this repository. Follow these steps to submit your project:

  1. Fork this repository: Click the "Fork" button at the top-right corner of this page to create a copy of this repository on your GitHub account.
  2. Create a new directory: In your forked repository, create a new directory for your game. Name it something descriptive, like my-awesome-game.
  3. Add your files: Add all your game files (index.html, script.js, styles.css, etc.) to the new directory.
  4. Include a README.md: Create a README.md file in your game directory. Include the following information:
    • The name of your game
    • A brief description of how to play
    • Instructions on how to set up and run the game
  5. Commit your changes: Once you've added all your files, commit your changes with a descriptive message.
    git add .
    git commit -m "Add My Awesome Game"
  6. Push to GitHub: Push your changes to your forked repository.
    git push origin main
  7. Submit a Pull Request: Go to the original repository and submit a pull request with your changes. Include a brief description of your game and what makes it unique.

We look forward to seeing your creations and adding them to our repository!

Happy coding!

Public Contributions

We welcome contributions! Please fork the repository and submit a pull request with your additions.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published