diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 76efb07..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -node_modules -.vscode diff --git a/LICENSE.MD b/LICENSE.MD deleted file mode 100644 index 77a3cfe..0000000 --- a/LICENSE.MD +++ /dev/null @@ -1,5 +0,0 @@ -Copyright Academind GmbH - -You may use the provided resources and code as supplementary material whilst taking Academind's courses. Downloading and extending the code is allowed without asking for consent. Sharing, distributing, selling or generally providing the resources to others, no matter if for personal use or commercial use, is not allowed. - -THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.MD b/README.MD deleted file mode 100644 index b8ea79b..0000000 --- a/README.MD +++ /dev/null @@ -1,20 +0,0 @@ -# Supplementary Course Resources - -This repository contains course code and other resources (e.g. slides) that are shown, created or used in our [complete web development course](https://acad.link/web-dev). - -You may use these resources to compare your code against our code snapshots (e.g. to find + fix errors) or to download and view the slides shown in the lectures. - -# How To Find The Right Resources - -The resources are organized into various branches. **Every branch (except for the "main" branch) belongs to a specific course section** - the branch name indicates which section it belongs to. For example, the branch [01-getting-started](/academind/100-days-of-web-development/tree/01-getting-started) belongs to the first course section "Getting Started". - -Inside each branch, you find folders that contain the various resources: - -- `/code` contains the section code snapshots -- `/slides` contains the section slides - -# Using The Code Snapshots - -After switching to a specific branch, you find the code snapshots for that branch in the `/code` folder. - -You can dive into that folder and view the code right here on GitHub. Alternatively, if you want to use and view the code locally, you can download the entire branch resources via the "Code" button. Or by [cloning the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).