Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 2.84 KB

README.md

File metadata and controls

63 lines (32 loc) · 2.84 KB

100daysofcode

Project Index: https://codebrauer.github.io/100daysofcode/

A repo with 100 daily small projects (from 2017-01-01 till 2017-04-17) - every day a project!

Goal: Get a better coder, face up to new challenges, improve skills!

Day 013 (JS)

[Demo] - Coded a script that formats mysql-strings for Sequel Pro.

Day 012 (JS)

[Demo] - Better styling for :visited links.

Day 011 (CSS)

[Demo] - Just played around to make a simple mobile layout.

Day 010 (PHP)

[Demo] - Pipe any output from the shell to my smartphone with the Pushbullet API.

Day 009 (JS)

[Docs] - Today I started learning ES6 - No code today - just some resources.

Day 008 (JS)

[Demo] - Save a HTML table as CSV file.

Day 007 (JS)

[Demo] - Today I just tested how to get the last 10 YouTube Videos from a specific channel and display them nicely.

Day 006 (JS)

[Demo] - This is a clone of the smartphone Game Rapid70.

Day 005 (PHP)

[Docs] - Generate HTML5 valid forms just some simple PHP lines - Take a look at the examples!

Day #004 (JS)

[Demo] - Simple password requirements check with minimal UI and HTML5 validation.

Day #003 (JS)

[Demo] - Saves a form input/changes live in localStorage, so if the form gets closed accidentally, data is saved & will be restored on page load.

Day #002 (PHP/JS)

[Demo] - Reads a folder of images and extracts Exif-geodata from jpgs and shows it on a pretty map.

Day #001 (JS)

[Demo] - Convert a CSV file into an HTML Table, pure Javascript with no frameworks and libraries.


This is not a fork of Kallaway/100-days-of-code, as I started this, I didn't know there is already a similiar challenge going on 🙈 , but the goal is pretty the same - improve skills!