Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leomssilva/exercises
:muscle: :technologist: :brain: This repository contains the resolution of some programming challenges.
https://github.com/leomssilva/exercises
algorithms javascript nodejs readline-sync
Last synced: about 6 hours ago
JSON representation
:muscle: :technologist: :brain: This repository contains the resolution of some programming challenges.
- Host: GitHub
- URL: https://github.com/leomssilva/exercises
- Owner: LeoMSSilva
- License: mit
- Created: 2022-02-18T22:04:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T00:28:34.000Z (2 months ago)
- Last Synced: 2024-09-09T01:36:16.162Z (2 months ago)
- Topics: algorithms, javascript, nodejs, readline-sync
- Language: JavaScript
- Homepage:
- Size: 812 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Exercises
[![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/exercises?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/exercises?color=blue&style=flat-square)](https://github.com/LeoMSSilva/exercises/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/exercises?color=blue&style=flat-square)](https://github.com/LeoMSSilva/exercises/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/exercises?color=blue&style=flat-square)](https://github.com/LeoMSSilva/exercises/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
Contains some programming challenges.
---
# :dart: Installation
**First you need to install:**
- [Node.js](https://pt-br.nodejs.org/) (required)
- [Yarn](https://yarnpkg.com/) (required)**Then in order, clone the project.**
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/exercises.git
```Or by ssh, running this command:
```bash
git clone [email protected]:LeoMSSilva/exercises.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 challenge1
```bash
yarn challenge1
```- To run challenge2
```bash
yarn challenge2
```- To run challenge3
```bash
yarn challenge3
```### ***To run automated tests:***
```bash
yarn test
```---
# :computer: Techs
- JavaScript
- Jest
- Readline sync---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)---
# :handshake: Contributing
To contribute, open an [issue](https://github.com/LeoMSSilva/exercises/issues) proposing a new challenge, or even indicating a bug found in one of the solutions developed here.
---
# :scroll: License
Copyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).
This project is [MIT](https://github.com/LeoMSSilva/exercises/blob/main/LICENSE) licensed.---