Welcome to RailsCalendar! This is a simple calendar app that allows users to add events to a personal calendar. RailsCalendar was built in Ruby on Rails and was created as part of the Ada Developers Academy program and is available on the web at this-is-a-calendar.herokuapp.com.
##Installation
- Clone to your local machine using the SSH URL [email protected]:brittanykohler/RailsCalendar.git
- Run
bundle install
to install gems - Run
rake db:migrate
##Future Improvements Please consider contributing to RailsCalendar to improve the functionality and design. Below are suggested improvements and features to be developed.
- Adding rspec tests
- Updating the calendar page to show events in chronological order on each day
- Allowing users to create shared calendars
- Allowing a user to view a calendar by day, week, or month
- Updating the design on the event input page
- Adding end date/time for events
- Updating calendar add event functionality - perhaps the entire cell could be a link to add an event