Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/natalia-bp/jspractice_nataliabp
- Owner: Natalia-BP
- License: other
- Created: 2021-01-22T20:52:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T18:30:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T07:43:49.864Z (2 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Javascript exercises tutorial at 4Geeks Academy
Complete selection of auto-graded and interactive Javascript exercises for anyone interested in learning Javascript!
Javascript for Beginners ← You are here
- Looping with Javascript
- 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!