https://github.com/leomssilva/algorithmsinjavascript
:muscle: :technologist: :brain: A repository for training programming logic with javascript algorithms.
https://github.com/leomssilva/algorithmsinjavascript
algorithms javascript nodejs readline-sync
Last synced: 5 months ago
JSON representation
:muscle: :technologist: :brain: A repository for training programming logic with javascript algorithms.
- Host: GitHub
- URL: https://github.com/leomssilva/algorithmsinjavascript
- Owner: LeoMSSilva
- License: mit
- Created: 2021-07-11T00:42:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T21:43:51.000Z (over 1 year ago)
- Last Synced: 2024-12-31T00:24:01.352Z (6 months ago)
- Topics: algorithms, javascript, nodejs, readline-sync
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Algorithms in javascript
[](https://github.com/LeoMSSilva)
[](https://github.com/LeoMSSilva)
[](#)
[](https://github.com/LeoMSSilva/AlgoritmosComJavascript/stargazers)
[](https://github.com/LeoMSSilva/AlgoritmosComJavascript/network/members)
[](https://github.com/LeoMSSilva/AlgoritmosComJavascript/graphs/contributors)---
# :pushpin: Table of Contents
- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
- :scroll: [License](#scroll-license)
------
# :house: About
A repository for javascript training algorithms
---
# :dart: Installation
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/AlgoritmosComJavascript.git
```Or by ssh, running this command:
```bash
git clone [email protected]:LeoMSSilva/AlgoritmosComJavascript.git
```SSH is a secure protocol, but you need to register a key ssh in your github before.
---
## :hammer_and_wrench: Install dependencies
```bash
yarn
```or
```bash
yarn install
```## :rocket: Getting Started
### ***To run the solutions:***
- To run convertToFahrenheit
```bash
yarn convertToFahrenheit
```- To run evenNumbersUpToOneHundred
```bash
yarn evenNumbersUpToOneHundred
```- To run fizzbuzz
```bash
yarn fizzbuzz
```- To run reverseString
```bash
yarn reverseString
```- To run schoolSituation
```bash
yarn schoolSituation
```# :computer: Techs
- JavaScript
- Nodejs
- Readline sync---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)---
# :handshake: Contributing
Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [Algoritmos Com Javascript](https://github.com/LeoMSSilva/AlgoritmosComJavascript/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
---
# :scroll: License
Copyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).
This project is [MIT](https://github.com/LeoMSSilva/exercises/blob/main/LICENSE) licensed.---