The goal of taking this course was to gain more knowledge at Web development and Python.
This repository contains projects for Udacity's Introduction to Programming Nanodegree.
In this part the knowlegle of HTML is build up.
- Project: Getting Started with HTML
In this project you'll use HTML and CSS to make a stylish web page of a animal card, the animal is of your preference.
You will apply your knowledge of HTML Document Structure to your html file and then create a custom CSS styling.
- Project: Make a Animal Card
In this project, you'll make a simpler version of an old-fashioned text-based adventure game using Python.
- Project: Adventure Game
In this project, you'll apply your Python and object-oriented programming skills to build a program that plays the game of Rock Paper Scissors. You'll build classes that represent the game and its players. You'll write computer players that follow various different strategies, as well as a human player class that lets a human play the game against the computer.
- Project: Rock, Paper Scissors game
In this project, you will be creating the core functionality used for a storefront application. The visual of the storefront and the JavaScript necessary to connect the code you will write to that visual has already been created.
- Project: Shopping Cart