Skip to content

dustinbrownman/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar

This is a simple calendar built as an exercise for Epicodus. My goal is to gain more experience working with Ruby's object-oriented design and try out Active Record for the first time.

Before running the app, run bundle install to install the necessary gems, rake db:create to create your database, and then rake db:schema:load to load the database schema.

The app is built in pure Ruby. The user interface is simple command line and models are still developing. Please keep this in mind as you check it out.

Note: This was not originally tracked with Git, but was added later to showcase my work.

To start the app, run ruby calendar.rb.

Enjoy!

About

A simple Ruby calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages