PROJECTS

Description: Warehouse Inventory App is a dynamic web page, where an employee can view the warehouses. Can add and remove palettes of inventory from a warehouse using a graphical user interface. And the palettes can only be added to warehouses with available capacity. And also the employee can also remove and add boxes of inventory from a palette using a graphical user interface. Boxes can only be added to palettes with available capacity. Used handlebars templates for creating user interface, Sequelize for the database and Node Express for creating API.

Description: Adopt A Paws is simple React application where a user can add and view list of dogs for adoption. Used Sequelize for database and Node Express for creating API.

Description: This app is created using Node Express for creating API (application layer), mySQL for database (data layer) and React for the front-end (presentation layer). Students can create a thread of topic related to their code camp bootcamp class or just to keep up with everybody. They can also reply or post a comment to the forums posted by another student.

Description: Giphy Search API is an application that will allow user to enter and submit a keyword and then makes a request to the Giphy API based on that keyword, receives and parses the response and displays images on the page from that response. This page is also responsive that it looks good and works well on both desktop and mobile devices.