The Bootcamp - Web Development program, focuses on training professionals to work in the day-to-day construction of WEB applications. Classes will start from the basics, explaining how to create static pages with HTML and CSS, followed by Javascript and ECMA6. Starting from basic to intermediate in the technologies presented.
Checkout the final project of the bootcamp here.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.