At the beginning of the summer of 2015, I was approached by the President of CardShirt about a new idea that he had started coming up with: a festival to celebrate the music, food, and culture of Louisville on its own university campus. Obviously, I suggested and was approved to build the website to be used to promote the event.
I had several takeaways from this project - some of them being pretty unique when compared to anything that I’d done previously. The biggest thing that I proved to myself was that I could work well with a client independently. This was something that I attempted earlier in my school tenure, and my lack of maturity created a pretty poor relationship that I still have regrets about. Between deadlines and evolving requirements that were all met, I was able to justify that I had matured over the years.
As with almost everything that I’ve worked on, there are aspects of the website that I love and hate. Probably the second most important thing that I did with this project was building a CRUD tool that was supposed to allow the two event organizers to update the event info without going through me. I went through a few Angular.JS tutorials, read a couple articles about writing a PHP API, and spent nearly 72 straight hours trying to put this CRUD tool together. Unfortunately, I failed miserably. I got all the way to getting the API to actually work (albeit with horrible security), and when I went to hook the Angular up to it, the API crashed on me. Being a 3rd straight day into the coding with only a day left to wrap the project up (yes, those 3 days were also the weekend before the go-live date), I bailed on the idea and just wrote the website statically. I really regret not planning ahead more and getting this feature complete, since it would’ve been my biggest development effort of the year.
Code
I’ll start off with a link to the CRUD tool. I actually wrestled for a while with whether or not to actually post snippets of the code on here, since I’ll probably just give away how terrible of a PHP dev I am. Then I realized that it’s already on GitHub anyway, and you might as well at least see that I tried.
For the rest of the terrible PHP, feel free to visit the GitHub repository. Also, if you happen to know what’s wrong with it, or just want to tell me how horribly I write PHP, feel free to tweet at me.
The only other part of this project was the front end stuff. To be honest, I’m not really sure if there’s much code worth posting here, since it’s mostly either pretty standard HTML or pretty below-average SASS. Obviously, you can also visit that GitHub repo if you really want to see. Just for the sake of having code though, here’s the SASS that I wrote for the sandwich bar icon.