Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/natalia-bp/jspractice_nataliabp

Practica JS
https://github.com/natalia-bp/jspractice_nataliabp

Last synced: 13 days ago
JSON representation

Practica JS

Awesome Lists containing this project

README

        




Javascript exercises tutorial at 4Geeks Academy




follow on Twitter


Complete selection of auto-graded and interactive Javascript exercises for anyone interested in learning Javascript!



  1. Javascript for Beginners ← You are here

  2. Looping with Javascript

  3. Javascript Functions

We need you! These exercises are built and maintained in collaboration with contributors such as yourself. If you find any bugs or misspellings please contribute and/or report them.



One click installation:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial.git)

## Local Installation

1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed, `node.js` version 10+ as well as python version 3+. This is the command to install the breathecode-cli:
```
$ npm i breathecode-cli -g
```

2) Clone or download this repository. Once downloading is complete, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.

3) Start the tutorial/exercises by running the following command from the root of the project:

```sh
$ npm i [email protected]
$ breathecode run
```

## How are the exercises organized?

Each exercise is a small react application containing the following files:
| | |
|:---|:---|
| **app.js** | Represents the entry python file that will be executed by the computer |
| **README.md** | Contains exercise instructions |
| **test.js** | Contains the testing script for the exercise (you don't have to open this file) |

## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) :bug:, contribution: (coder), (translation) :earth_americas:
3. [Ricardo Rodriguez (RickRodriguez8080)](https://github.com/RickRodriguez8080) contribution: (build-tutorial) :white_check_mark:, (documentation) :book:

This project follows the
[all-contributors](https://github.com/kentcdodds/all-contributors)
specification. Contributions of any kind are welcome!