https://github.com/brenofariasdasilva/javascript
My JavaScript Codes.
https://github.com/brenofariasdasilva/javascript
javascript nodejs typescript
Last synced: 7 months ago
JSON representation
My JavaScript Codes.
- Host: GitHub
- URL: https://github.com/brenofariasdasilva/javascript
- Owner: BrenoFariasdaSilva
- License: apache-2.0
- Created: 2024-02-04T18:37:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T17:40:40.000Z (over 1 year ago)
- Last Synced: 2025-01-23T12:28:37.060Z (9 months ago)
- Topics: javascript, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [JavaScript.](Repository-URL)![]()
---This repo is made with the objective of showing the JavaScript, TypeScript and Node related codes i have written. \
Feel free to contribute and send suggestions.
---



## Table of Contents
- [JavaScript. ](#javascript-)
- [Table of Contents](#table-of-contents)
- [Setup](#setup)
- [Clone the repository](#clone-the-repository)
- [Installation:](#installation)
- [Run JavaScript Code:](#run-javascript-code)
- [Contributing](#contributing)
- [License](#license)
- [Creative Commons Zero v1.0 Universal](#creative-commons-zero-v10-universal)## Setup
### Clone the repository
1. Clone the repository with the following command:
```bash
git clone https://github.com/BrenoFariasdaSilva/JavaScript.git
cd JavaScript
```## Installation:
* JavaScript Language:* Manually:
```bash
# Update Package List:
sudo apt update -y# JavaScript (Node.js and NPM):
sudo apt install nodejs npm -y# NPM Packages Globally:
npm install -g jshint
npm install -g nodemon
```* Using ShellScript:
```bash
chmod +x install.sh
sudo ./install.sh
```## Run JavaScript Code:
```bash
node ./{FileName}.js
# Example: node ./app.js
```## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have suggestions for improving the code, your insights will be highly welcome.
In order to contribute to this project, please follow the guidelines below or read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute to this project, as it contains information about the commit standards and the entire pull request process.
Please follow these guidelines to make your contributions smooth and effective:1. **Set Up Your Environment**: Ensure you've followed the setup instructions in the [Setup](#setup) section to prepare your development environment.
2. **Make Your Changes**:
- **Create a Branch**: `git checkout -b feature/YourFeatureName`
- **Implement Your Changes**: Make sure to test your changes thoroughly.
- **Commit Your Changes**: Use clear commit messages, for example:
- For new features: `git commit -m "FEAT: Add some AmazingFeature"`
- For bug fixes: `git commit -m "FIX: Resolve Issue #123"`
- For documentation: `git commit -m "DOCS: Update README with new instructions"`
- For refactorings: `git commit -m "REFACTOR: Enhance component for better aspect"`
- For snapshots: `git commit -m "SNAPSHOT: Temporary commit to save the current state for later reference"`
- See more about crafting commit messages in the [CONTRIBUTING.md](CONTRIBUTING.md) file.3. **Submit Your Contribution**:
- **Push Your Changes**: `git push origin feature/YourFeatureName`
- **Open a Pull Request (PR)**: Navigate to the repository on GitHub and open a PR with a detailed description of your changes.4. **Stay Engaged**: Respond to any feedback from the project maintainers and make necessary adjustments to your PR.
5. **Celebrate**: Once your PR is merged, celebrate your contribution to the project!
## License
### Creative Commons Zero v1.0 Universal
This project is licensed under the [Creative Commons Zero v1.0 Universal](LICENSE), which means you are free to use, modify, and distribute the code, as long as you mention include the license and attribute you as the original author for the repository. See the [LICENSE](LICENSE) file for more details.