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.
Each project includes all necessary files and instructions to get started. Happy coding!
-
Clone the repository:
git clone https://github.com/ticket-officer/web-programming-for-everyone.git
-
Navigate to the project directory:
cd web-programming-for-everyone/memory-game -
Open
index.htmlin your web browser to run the game.
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.
- 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:
- 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.
- Create a new directory: In your forked repository, create a new directory for your game. Name it something descriptive, like
my-awesome-game. - Add your files: Add all your game files (
index.html,script.js,styles.css, etc.) to the new directory. - Include a README.md: Create a
README.mdfile 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
- 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"
- Push to GitHub: Push your changes to your forked repository.
git push origin main
- 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!
We welcome contributions! Please fork the repository and submit a pull request with your additions.
This repository is licensed under the MIT License. See the LICENSE file for more details.