Openweb Wizardry is a web development project showcasing the magic of open web technologies. It includes a collection of interactive web pages, each demonstrating different aspects of web development, from HTML and CSS to JavaScript and beyond.
- XAMPP installed on your machine.
- Download or clone the project repository to your local machine.
- Move the project folder to the
htdocsdirectory in your XAMPP installation. - Start the XAMPP Apache server.
- Open your web browser and navigate to http://localhost/openweb/index.html to view the Openweb Wizardry project.
We welcome contributions to enhance and expand the Openweb Wizardry project. To contribute, follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine.
-
Add a new HTML file representing your contribution in the
projectsfolder. Ensure that the name of the HTML file reflects the name of your project. For example, if your project is called "Magical Web Elements," your HTML file should be namedmagical-web-elements.html. -
Include the following variables at the beginning of your HTML file:
<script> var imagePath = 'URL_TO_YOUR_COVER_IMAGE'; var gitName = 'YOUR_GITHUB_USER_ID'; </script>
Replace
URL_TO_YOUR_COVER_IMAGEwith the URL to the cover image for your contribution, andYOUR_GITHUB_USER_IDwith your GitHub username. -
Make changes and improvements as needed.
-
Push your changes to your forked repository.
-
Create a pull request to the main repository.
Your contribution will be reviewed, and if accepted, it will be merged into the main project.
Happy coding!