Ugly Things API Documentation
The Ugly Things API is something we built to help students create web applications with a completely open API to use. Have fun! And don't get too crazy on it...
The baseUrl is: https://api.vschool.io/
The Ugly Things API is something we built to help students create web applications with a completely open API to use. Have fun! And don't get too crazy on it...
The baseUrl is: https://api.vschool.io/
When you start your group project you are going to need to create a repository that you can all work on together. This write up will instruct you on how to set that up and begin collaborating. First, go to Github and select New Organization Next, Select Free The name
You and 2 friends decided to start up a business. You know you need a website, but you're bootstrapping your business without external funding, so you can't pay someone else to do it. The type of business doesn't really matter, so get creative with it. This will be a static
Your goal for this exercise is to use the debugging techniques we have taught you to fix this project. Copy the following code into your terminal # First `cd` into your assignments folder and then into your exercises folder git clone https://github.com/VSchool/vacation-bug.git cd vacation-bug # Copy/paste
One of the most important and useful tools for debugging are the Chrome Dev Tools(or the equivolent on other browsers). The tabs we will use most frequently for debugging are: * Console * to see our console logs * to see any errors that may show up * Sources * to check our file