|
| 1 | +<h1 align="center"> All-In-One-Javascript-Projects </h1> |
| 2 | + |
| 3 | +<!-- banner --> |
| 4 | + |
| 5 | + |
| 6 | +<!-- project badges --> |
| 7 | +[](https://github.com/king04aman) |
| 8 | +[](https://github.com/king04aman) |
| 9 | +[](https://github.com/king04aman) |
| 10 | +<br/> |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +<h2 align="center"> Description </h2> |
| 20 | + |
| 21 | +_All-In-One-Javascript-Projects is a collection of all scripts starting from very basic to advance scripts. This is your personal zone where you may search or add any new scripts that can simplify your or other developer's life and give them something to do when they're bored. Start producing exciting scripts that benefit the community._ |
| 22 | + |
| 23 | +<hr> |
| 24 | + |
| 25 | +## Getting Started |
| 26 | +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. |
| 27 | + |
| 28 | +## Prerequisites |
| 29 | +- Node.js (preferably latest version) |
| 30 | + |
| 31 | +## Installing |
| 32 | +1. Clone the repository to your local machine |
| 33 | + ```bash |
| 34 | + git clone https://github.com/king04aman/All-In-One-Javascript-Projects.git |
| 35 | + ``` |
| 36 | +2. Change directory into the cloned repository |
| 37 | + ```bash |
| 38 | + cd All-In-One-Javascript-Projects/<Project_name> |
| 39 | + ``` |
| 40 | +3. Install the required libraries |
| 41 | + ```bash |
| 42 | + npm install |
| 43 | + ``` |
| 44 | +4. Run the program using |
| 45 | + ```bash |
| 46 | + node <script_name>.js |
| 47 | + ``` |
| 48 | + |
| 49 | + |
| 50 | +<hr> |
| 51 | + |
| 52 | +<h2 align='center'> Contribution Guide</h2> |
| 53 | + |
| 54 | +- Have a look at [Contributing Guidelines](CONTRIBUTING.md). |
| 55 | +- Take a look at the existing issues or create your own issues. |
| 56 | +- Avoid making pull request unless you are assigned with the issue. |
| 57 | +- Select the project on which you want to work or you can add your own project. |
| 58 | +- Create an issue with description on which project you want to work and wait for approval. |
| 59 | +- While making pull request add issue number with `#` (for example `#04`) |
| 60 | +- After approval fork this repository, add your changes then make pull request with issue number and wait for review. |
| 61 | +- Star this repository. |
| 62 | + |
| 63 | + |
| 64 | +<h2 align=center> Awesome Contributors </h2> |
| 65 | + |
| 66 | +Thanks go to these **Wonderful Contributors**: |
| 67 | + |
| 68 | + |
| 69 | +<table> |
| 70 | + <tr> |
| 71 | + <td> |
| 72 | + <a href="https://github.com/king04aman/All-In-One-Javascript-Projects/graphs/contributors"> |
| 73 | + <img src="https://contrib.rocks/image?repo=king04aman/All-In-One-Javascript-Projects" /> |
| 74 | + </a> |
| 75 | + </td> |
| 76 | + </tr> |
| 77 | +</table> |
| 78 | + |
| 79 | +<hr> |
| 80 | + |
| 81 | +<h2 align='center'>Project Maintainer </h2> |
| 82 | + |
| 83 | +<table> |
| 84 | + <tr> |
| 85 | + <td align="center"> |
| 86 | + <a href="https://github.com/king04aman"> |
| 87 | + <img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/62813940?v=4&h=250&w=250&fit=cover&mask=circle&maxage=7d" width=100px height=100px /> |
| 88 | + </a></br> |
| 89 | + <h4 style="color:#ff8c00;font-weight: bolder; font-size: 15px">Aman Kumar</h4> |
| 90 | + </td> |
| 91 | + </tr> |
| 92 | +</table> |
| 93 | + |
| 94 | +## License |
| 95 | +*This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.* |
| 96 | + |
| 97 | +<hr> |
| 98 | +<h3 align='center'>🎉 😃 Happy Coding 😃 🎉 </h3> |
0 commit comments