Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T21:43:51.000Z (about 1 year ago)
- Last Synced: 2023-10-22T22:25:43.317Z (about 1 year 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
[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)
[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/AlgoritmosComJavascript?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/AlgoritmosComJavascript?color=blue&style=flat-square)](https://github.com/LeoMSSilva/AlgoritmosComJavascript/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/AlgoritmosComJavascript?color=blue&style=flat-square)](https://github.com/LeoMSSilva/AlgoritmosComJavascript/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/AlgoritmosComJavascript?color=blue&style=flat-square)](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.---