Projects
This page gives an overview of the projects you are working on.
Idea app
In this project you learn how to create new rails apps and have an overview over the basic structure and functionality of rails.
- a web app to store ideas
- use so-called scaffolding to generate code
- with picture upload
- with fancy bootstrap styling
- replace railsgirls with redi
- replace ideas with something else if you want
- Optionally: deploy the rails app to heroku
Hello World app
In this project you learn how to use Git for version control and the workflow of working with online Git repositories.
By the end you will
- have your own GitHub account
- know how to clone a git project
- know how to make changes to a git project
- know how to submit these changes back into the main repository
hello-html-and-css-world
By the end you will Know how to use HTML tags Know how to use CSS declarations * Know how to embed images in html content
html-css-training
By the end you will Know how to add navigation and footers to your website Have a sandbox to experiment with Bootstrap
Blog app
This app is loosely inspired by the following tutorial: http://guides.rubyonrails.org/getting_started.html
By the end you will Know how to use rails to develop a web app Know how to use models views and controllers in a rails app * Know hot to stitch everything together