DEV Community

Cover image for 35mm a Rails App for your pictures...
JC
JC

Posted on • Updated on

35mm a Rails App for your pictures...

As I like photo Stuff, my Ruby on Rails project was uploading photos and sharing through an application. I kept working in refactoring the code and also adding some cool stuff.

The scope was to create a good user experience and great look. So the app allows you to upload photos, add tags like or not like them. Also you can create an account logging with your Facebook credential, cool right?? . Once you Sign in and create an account you will be able to add photos, modify and also delete them as well as check other users pictures and comment on them. This is all possible thanks to Ruby on Rails.

Check it out and have a look at the code. It might be fun.

35mm

What I learn:

  • Complete and run a whole project in Ruby on rails.

  • Integrate varius Gems like Device and Omniauth and Shrine to enhance the user experience of your app.

  • Create an app that serves as a community to add photos and share them.

  • It is kind of cool to work out of your comfort zone and add new stuff like JS. It will help you for your future projects.

Thanks for reading ..

Top comments (0)