jcolebot / 752words

a clone of 750 words in Rails for Academy session 11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This application was written in November 2020 as a demo of Rails after a few days of learning about Rails in an AcademyPGH class.

You can find videos recording the making of this on Twitch: twitch.tv/academypgh/videos

Here's the planning document

Files of interest probably include:

  • routes
  • writings controller
  • the writings views

If you want to run your own version of this, you should:

  • have rails installed
  • clone this repo
  • rails db:migrate
  • rails server
  • open localhost:3000

About

a clone of 750 words in Rails for Academy session 11


Languages

Language:Ruby 73.1%Language:HTML 16.1%Language:JavaScript 7.0%Language:SCSS 2.2%Language:CSS 1.5%