Priyanshi662 / FunFusion

https://fun-fusion.netlify.app/
MIT License
9 stars 47 forks source link
javascript-applications

Fun Fusion

Overview

The project contains mini utility programs which explore javascript,html and css to engage users in a variety of tasks. JavaScript, HTML and CSS are the first step in a web developer's journey. HTML is the 'what' of the web page, CSS is the style, and JavaScript is the 'how'.

Table of Contents

  1. Introduction
  2. Features
  3. Projects
  4. Project Structure
  5. Getting Started
  6. Steps to open a pull request
  7. Contributing

Introduction

Fun Fusion is a compilation of web applications developed for entertainment purposes. The projects include various games and creative tools, each offering a unique interactive experience.

Features

The project is structured as follows:

Getting Started

  1. Fork the repository
  2. Clone the repository:
    
    git clone https://github.com/your-username/fun-fusion.git
  3. Use git remote add upstream "your forked repo URL here" on git command line to add remote for the cloned repository.
  4. You can add a new branch to forked repository using git checkout -b "Branch name here".
  5. All Done!! Edit the forked repository and if you think the project can be changed in an incredible feel free to open a pull request :)

Steps to open a pull request

To open a pull request to the main repo the steps are :

  1. Make changes in forked repo and after you're done, commit the changes to git using git commit. You can also write a message describing the changes using git commit -m "your message here".
  2. Address the issue in issue section. The project maintainer will use this issue to check if it is needed or not, After which you get assigned to it.
  3. Now push the changes to the forked repository main branch using git push origin "Branch name here".
  4. Compare and pull using GitHub in the main repository.

Contributing

Contributions are welcome! If you have ideas for new projects or improvements, feel free to submit a pull request.

License

This project is licensed under MIT License

Code Of Conduct

To maintain a safe and inclusive space for everyone to learn and grow, contributors are advised to follow the Code of Conduct