Skip to content

💪 🧑‍💻 🧠 This repository contains the resolution of some programming challenges.

License

Notifications You must be signed in to change notification settings

LeoMSSilva/exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercises

Author Version Languages Stars Forks Contributors


📌 Table of Contents


🏠 About

Contains some programming challenges.


🎯 Installation

First you need to install:

  • Node.js (required)

  • Yarn (required)

    Then in order, clone the project.

By HTTPS, running this command:

  git clone https://github.com/LeoMSSilva/exercises.git

Or by ssh, running this command:

  git clone git@github.com:LeoMSSilva/exercises.git

SSH is a secure protocol, but you need to register a key ssh in your github before.

🛠️ Install dependencies

  yarn

or

  yarn install

🚀 Getting Started

To run the solutions:

  • To run challenge1
  yarn challenge1
  • To run challenge2
  yarn challenge2
  • To run challenge3
  yarn challenge3

To run automated tests:

  yarn test

💻 Techs

  • JavaScript
  • Jest
  • Readline sync

👤 Author

LeoMSSilva


🤝 Contributing

To contribute, open an issue proposing a new challenge, or even indicating a bug found in one of the solutions developed here.


📜 License

Copyright ©️ 2022 LeoMSSilva.
This project is MIT licensed.


About

💪 🧑‍💻 🧠 This repository contains the resolution of some programming challenges.

Topics

Resources

License

Stars

Watchers

Forks