This repository is to keep track of exercises for Round onboarding. Create a git repository (on your personal GitHub or where you prefer) with four folders, one for each following topic. Place your solution inside the corresponding folder. For codepens create your own account on codepen.io, fork the pen and implement the solution.
Follow the course Building Your First API with ASP.NET Core apart from the last two chapters (about Entity Framework)
Codepens and exercises are related to these three VueMastery courses that you need to follow.
Lesson | Start code |
---|---|
The Vue instance | https://codepen.io/VueMastery/pen/qxwZBQ |
Attribute Binding | https://codepen.io/GreggPollack/pen/bzXpYW |
Conditional Rendering | https://codepen.io/GreggPollack/pen/omKxoK |
List Rendering | https://codepen.io/GreggPollack/pen/QYeNaq |
Event Handling | https://codepen.io/GreggPollack/pen/wNVGyJ |
Class & Style Binding | https://codepen.io/GreggPollack/pen/XOvdZy |
Computed Properties | https://codepen.io/GreggPollack/pen/bzXpvR |
Components | https://codepen.io/GreggPollack/pen/mvNPLP |
Communincating Events | https://codepen.io/GreggPollack/pen/XOvdqy |
Forms | https://codepen.io/GreggPollack/pen/jdgqKY |
Tabs | https://codepen.io/GreggPollack/pen/BMXKOR |
Lesson | Start Code |
---|---|
Vue CLI | n/a |
Optimizing your IDE | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson3-editor-start |
Vue Router Basics | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson4-routing-start |
Dynamic Routes & History Mode | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson5-dynamic-routing-start |
Single File Components | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson6-sfc-start |
Global Components | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson7-global-start |
Slots | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson8-slots-start |
API Calls with Axios | https://github.com/Code-Pop/real-world-vue/releases/tag/lesson9-axios-start (you'll need also db.json file https://github.com/Code-Pop/real-world-vue/blob/master/db.json) |
Lesson | Start Code |
---|---|
Getting Started with Vuetify | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-1-BEGIN |
Components (Pt. 1) | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-2-BEGIN |
Components (Pt. 2) | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-3-BEGIN |
Components (Pt. 2) - Code Challenge | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-3CC-BEGIN |
Layouts: Grid System | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-4-BEGIN |
Layouts: Responsive Design | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-5-BEGIN |
Layouts: Responsive Design | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-5CC-BEGIN |
Forms: Fundamentals | https://github.com/Code-Pop/beautify-with-vuetify/tree/Lesson-6-BEGIN |
Follow the course TypeScript: Getting Started
Follow the course How Git Works