Understanding tools like git, command line, editor, etc, building a simple HTML CV with CSS.
- Create, open, modify files using the editor
- Command Line
- Git
- Developer Tools
- HTML + CSS
Building a Wikipedia article's frontend, to practice basic layout, styling and semantic structure in HTML and CSS
- Layout elements in a build
- Understand pseudo elements
- Form
- Colors and styling
- Write clean CSS file
- Write semantic HTML file (SEO)
Build a Wikipedia pages in HTML + CSS
Create simple programs that run in the terminal
- Types
- Expressions
- Variables
- Mutations
- Conditionals
- Loops
- Classes
- Objects
- Lists
- Iteration
The Palindome Kata has two part.
The first one is, create a function that takes a string and creates a palindrome from it.
The second is, create a function, that searches for all the palindromes in a string, that are at least than 3 characters, and returns a list with the found palindromes.
Drawing Fractals with TKinter Canvas
- IO | Modules | PIP
- Code Review
- Graphics
- Recursion
- Fractals
Understanding the concept of unittetsting and TDD. Creating a minimal commandline app for managing todos.
- TDD
- Exceptions
- Design patterns
Command line Todo App
Make a tile map RPG game using python's Tkinter library.
This is a hero based walking on tiles and killing monsters type of game. Heroes and monsters have levels and stats depending on their levels.
- Basics
- Array, Object
- DOM
Create a fully functional image gallery using HTML, CSS and JavaScript.
- JS OO + TAPE
- Callbacks
- REST
Todo API + DB
- Advanced JS
- SQL
- Project SQL
- Project Mongo
Todo App with database.
Organizing JavaScript code, MVC
Calory Counter with database.
https://github.com/Pfeter/calories-counter
AngularJS