/odin-project

Projects I'm working on while going through the Odin Project tutorial

Primary LanguageRuby

The Odin Project

I'm going through the Odin Project tutorial on web development. These are all the uploadable projects.

Projects

Chapter 02 - Web Development 101

Chapter 03 - Advanced Ruby

Chapter 04 - Advanced Rails

  • Microblog App
    • Build Hartl's main project in his book - a microblog website (Twitter, anyone?)
  • Sample Rails App
    • Build a very basic sample Rails app of users and microposts
  • Micro-Reddit
    • Build a very simple Reddit site
  • Rails Forms
    • Practice building forms in rails
  • Members Only
    • Practice building authentication in Rails with a basic posting site
  • Private Events
    • Build a basic replica of Eventbrite where users can log in, create events and sign up to attend events
  • Flight Booker
    • Build a basic flight booker app. Search flights by airport and date and book a flight
  • Kittens API
    • Build a data-producing API
  • Flickr API
    • Build a program that communicates with Flickr's API to display Flickr photos by user

Chapter 05 - Advanced HTML and CSS

Chapter 06 - JavaScript and jQuery