Time2Share: Product lending site

April 9, 2021

Time2Share is a project that I made for my studies. The goal was to make a fullstack webapp with Laravel , where the front-end was made using HTML, CSS and JavaScript. The app had to include things like lending and returning a product and showing this on the different profiles.

There also had to be a admin account with the functionality to block accounts, remove products. The different products had to be returned and accepted by the orginial owner, if someone returned an product they could leave a review which in turn would be showed on the product page.

I made this webapp with the mobile first approach and eventually used a quite minimalistic design. This project was quite the challenge, due to the fact that I had to learn and use a complete new to me framework.