└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Ultimate Vue.js Developers Course - Student Solutions 2 | 3 | Student solutions to the three projects in the [Ultimate Vue.js Developers Course](https://www.udemy.com/vuejs-2-essentials/?couponCode=JSDOJO-GITHUB). 4 | 5 | ## Contents 6 | 7 | 1. Student solutions 8 | 2. How to submit to this list 9 | 10 | ## Student solutions 11 | 12 | ### Project 1 - Vue.js Poster Shop 13 | 14 | [Anthony's solution](https://github.com/vuejsdevelopers/vuejs-poster-shop). [View demo.](http://vuejs-poster-shop.vuejsdevelopers.com/) 15 | 16 | [Gustavo's solution](https://github.com/tavuntu/other-stuff). 17 | 18 | ### Project 2 - Vue.js Cinema 19 | 20 | [Anthony's solution](https://github.com/vuejsdevelopers/vuejs-cinema). [View demo.](http://vuejs-cinema.vuejsdevelopers.com/) 21 | 22 | ### Project 3 - Vue.js Calendar 23 | 24 | [Anthony's solution](https://github.com/vuejsdevelopers/vuejs-calendar). [View demo.](http://vuejs-calendar.vuejsdevelopers.com/) 25 | 26 | ## How to submit your solution 27 | 28 | 1. Fork this repo 29 | 2. Add a new line in the appropriate section and paste the following, making sure to edit it with your info first, of course: `[Anthony's solution](https://github.com/vuejsdevelopers/vuejs-poster-shop). [View demo.](http://vuejs-poster-shop.vuejsdevelopers.com/)` 30 | 3. Submit a pull request back to this repo. 31 | --------------------------------------------------------------------------------