Sinatra Project

Abraham Diaz
1 min readApr 26, 2021

This project I made a Sinatra app that you can log into and create transformer characters. In a similar way to my last project I chose this because transformers is my favorite franchise of all time. In my app once you log in you have the ability to see all the transformers in the database(if any) or create them. If you make a mistake on the name or if you decide they want to switch sides there is an edit option or you can start over with the delete button.

Something that I struggled with on the project was getting the edit and delete buttons to work. I accidentally made the edit button a form so that was my first mistake. The main mistake I made was that I didn’t have the Rack method override line of code. Once I did that I was able to fix it those issues.

One thing I was proud of is how much of it I was able to do on my own. I got through a lot without help so I am glad I am learning what I need to know. This gave me more confidence in myself and my code. In the last project I understood everything but I would always question myself. This time I didn’t question myself as much.

--

--