├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | ### JavaScriptj Query Box Travel 2 | Try it here: https://box-travel-jquery-js2022.netlify.app/ 3 | Read data from JSON and make an animation in JavaScript with one box traveling as it passes the JSON. 4 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |