Complete selection of autograded html exercises, anyone interested in learning HTML!
- Make sure you have the breathecode-cli installed and
node.js
version 8+
This is the command to install the breathecode-cli
$ npm i breathecode-cli -g
- Download the react exercises by cloning this repository
$ git clone https://github.com/4GeeksAcademy/html-exercises
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
- Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
$ npm i jest@24.8.0 -g
$ bc run:exercises
Each exercise is a small react application containing the following files:
- index.js: represents the entry file for the entire app.
- README.md: contains exercise instructions.
- test.js: you don't have to open this file, it contains the testing script for the exercise.
Thanks goes to these wonderful people (emoji key):
- Alejandro Sanchez (alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests)
⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
This project follows the all-contributors specification. Contributions of any kind are welcome!