Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

---