hosted - demo links load slowly
React-Redux Image Browsing App
Released: December 2017
An Imgur browsing site that includes user pages of favorite images. This site utilizes the Imgur API, Ruby on Rails, and the Faraday gem on the back-end. Client-side routing uses reactrouter and RESTful principles. Redux Thunk middleware also responds to and modifies state changes.
Rails Recipe CMS
Released: November 2017
A recipe sharing community catering to various cuisines and time constraints. This CMS leverages jQuery and JavaScript for AJAX functionality. The development build utilizes the SQLite database schema and configured ActiveRecord associations. The production build on Heroku relies on PostgreSQL. OmniAuth for OAuth authentication with Facebook can be configured on the development build.
Find Out More:
- Article (Rails & JavaScript Version)
- Article (Rails Only Version)
- GitHub
- Live Demo
- Login to demo with email: tester@tester.com and password: tester
Writing To-do List App
Released: November 2017
An app for creating lists while being inspired by other writers’ to-do lists. The app implements Sinatra and MVC pattern for the front-end. Dynamic error messages leverage ActiveRecord validations and models. Users have hashed passwords through Bcrypt gems.