Developing five project with the book "Eloquent JavaScript By By M. Haverbeke"
Explore the docs »
View the book
·
Give feedback
·
Request Feature
Practice JavaScript with five awesome projects! Each project have its own documentation and also is developed with very interesting topics, from Canvas to Graph Theory. (The code in this repository may not be like the code in the original book, in some projects I used my own style.).
- A Robot
- A Programming Language
- A Platform Game
- A Pixel Art Editor
- Skill Sharing Website using Node.js
This repository was developed for educational purposes.
- npm
- JavaScript
- HTML
- CSS
- Node.js
- Canvas
- More Information about dependences
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Go to the book website at https://eloquentjavascript.net/
- Clone the repo
git clone https:://github.com/SantiagoGuerra/eloquent-js-projects.git
- Install NPM packages
npm install
- Navigate between each project.
eg:
project/project-name
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Santiago Guerra - @dedalo_g - guerrasantiago19@gmail.com
Project Link: https://github.com/SantiagoGuerra/eloquent-js-projects