GithubHelp home page GithubHelp logo

CandyTale55's Projects

greetaliens_js icon greetaliens_js

greetAliens() takes in an array of strings and uses a for loop to print a greeting with each string in the array in the following format: “Oh powerful [stringElement], we humans offer our unconditional surrender!”

grid-template icon grid-template

HTML & CSS files to create a 5 space Grid - Just that, nothing special. I keep it here to have it handy.

headlines_flexbox icon headlines_flexbox

HTML & CSS static webpage. A fake communication company's webpage with a flexbox-based gallery for different content - Codecademy practice project.

healthy_recipes icon healthy_recipes

Static HTML & CSS page for quinoa and kale recipe salad - Codecademy practice exercise for CSS selectors

hotels_in_singapore icon hotels_in_singapore

Codecademy practice setting CSS rules to conform to the expectations for breadcrumb navigation applied to a fake site is listing hotels in Singapore.

howold icon howold

howOld() has two number parameters, age and year, and returns how old someone who is currently that age was (or will be) during that year. It indicates if you will be that age or if you already have that age, or if year is before they were born, how many years have passed.

in_range icon in_range

function should return True if num is greater than or equal to lower and less than or equal to upper. Otherwise, return False

innovation_cloud icon innovation_cloud

Innovation conference HTML5 & CSS3 landing page. Codecademy project for studying CSS anatomy. Uses media queries and changes in color with transition on :hover elements.

is_x_length_py_3 icon is_x_length_py_3

Function takes a string named _sentence_ and an integer named _x_ as parameters. It returns _True_ if every word in sentence has a length greater than or equal to _x_.

javascript_arrays.js icon javascript_arrays.js

Examples of how arrays work. From Codecademy exercises. Arrays can store any data types (including strings, numbers, and booleans). Like lists, arrays are ordered, meaning each item has a numbered position.

javascript_iterators_and_higher_order_functions icon javascript_iterators_and_higher_order_functions

Example exercises for iterators and higher order functions. Iterators are methods called on arrays to manipulate elements and return values. Higher-order functions are functions that accept other functions as arguments and/or return functions as output.

javascript_module_practice icon javascript_module_practice

Practice exercises. Going through the different ways to export / import modules. Based on Codecademy Exercises.

jquery_playground icon jquery_playground

A simple grid (two wells and 6 targets) to practice Bootstrap. A section with notes on Bootstrap and Favicon. Don't remember why I named it jQuery_playground.

js_data_structures_module_practice icon js_data_structures_module_practice

This is me trying to make JS modules work for the first time. The data structures included are nodes, singly-linked lists and doubly-linked-lists.

js_nested_arrays_examples icon js_nested_arrays_examples

JavaScript examples for iterators on nested arrays to find or modify one or more elements on nested arrays. Learning notes.

karma_cafe icon karma_cafe

Karma Cafe HTML5, CSS3 UNFINISHED Static Website.

kelvin-weather-js icon kelvin-weather-js

Converts Kelvin to Celsius, then to Fahrenheit. For example, 283 K converts to 10 °C which converts to 50 °F.

lake_tahoe icon lake_tahoe

Lake Tahoe CSS3 & HTML5 webpage with a scrollable news article and buttons to share said article. Very basic webpage, one of the first projects I did.

larger_list icon larger_list

Write a function named larger_list that has two parameters named lst1 and lst2. The function should return the last element of the list that contains more elements. If both lists are the same size, then return the last element of lst1.

larger_sum_py_3 icon larger_sum_py_3

larger_sum() takes two lists of numbers as parameters named lst1 and lst2. It returns the list whose elements sum to the greater number. If the sum of the elements of each list are equal, it returns lst1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.