weekly-lindy.herokuapp.com
Website for local swing dancers in New York City. Allows users to browse other users profiles. Users can attend events and edit their profiles. Users can also create new events (weekly or special).
The app is meant to be scaled to support multiple categories.
- Events belong to Category and Category has many Events
- Ruby on Rails for backend
- Postgres
- Heroku
- JavaScript and jQuery for listeners and animation effects
- Devise login
- AJAX
- CSS3 and SCSS
- HTML5
- Paperclip
- Kaminari
- AWS for db storage
- ActiveAdmin for administration controls
- Figaro for AWS keys
- RSpec for testing
- Add styling for the attending list
- Make links in the table work
- Add Followings model
- Add Categories and scale the app to be able to include multiple categories
- Add Subcription model
- Style forms
- Add ActiveMailer functionality