Amanda
1 min readFeb 9, 2021

--

Sinatra Project

The reason why I choose notes for my Sinatra project is that at the time of doing all my lessons, I was very into notetaking during the unit of Sinatra. I was trying out ways to write different kinds of notes. Then when the project came along, I thought to myself why don’t I make a simple website for notes as my project!
What I found difficult to implement where getting the routes to work correctly. There was always either a mistake in my spelling, leaving something out from my code, or having the files in the wrong place. What was easy to implement was the forms in HTML code. I knew what i wanted the users to see, for example: <label for=”subject_name”>Subject Name: </label>. The user would see “Subject Name:” but not <label for=”subject_name”></label> because its in attribute form.

Some features I might add in the future is more CSS (Cascading Style Sheets) and a little more HTML. Because the only thing I did was change the color of the background, it was light blue before and I changed it to light pink. I would like to put a different font and a picture of some school stuff using HTML “img src =”.

--

--