.02

PROJECTS

I’ve had the pleasure and good fortune to be part of some interesting and exciting projects that have enhanced my experience and knowledge. 

 
 

libros

Libros is a full-stack application that a book lover can use to catalogue their books by creating a virtual inventory. Libros allows the user to create a library/bookshelf by adding books using a search bar. The user searches a book by title and chooses from the displayed list of results. Each result has a button that saves the book to the user’s library.

The library displays book covers and its titles, when the user clicks a book cover, a new page displays detailed information of the book. In this page the user can write comments about the book, rate the book, add a loaning information (date, name) and indicate if the book has been read completely. The user has the ability to delete a book from the library.

This app uses Node/Express as the core framework for Javascript, PostgreSQL for the database in development and production and includes three Data Models.

 

Lemon Log (Collaborative effort)

Lemon Log is a technology review site, where authors of the site can write and publish posts and users of the site can comment on articles. The site allows all users to view and explore home page and about page, but only logged in users (users with an account) can create, edit and delete their own comments.  

This is mock client contract project, were the instructors posted as clients and each group of three students was commissioned to build a specific app. Most of the app was developed by pair-programing, with some sections developed by each member of the team. I was responsible of implementing the upload image feature for the profile page.

This app uses Django as the core framework for Python, PostgreSQL for the database in development and production and includes three Data Models.