You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is food conservation and waste reduction system in angular, Node JS and MySQL. The sellers list the item that is near to expire(surplus food), submit the item then the system list the item added for sale on home page. The buyers after visiting the site look for the items, place his/her desired bid. Buyers can see bids submitted by other buyers
This code basically is how to calculate GPA based on the course values and Grades. It has a table that includes a menu of grades for each course. On clicking the Calculate Your GPA button it checks for any empty grade of a course. After validating, it calculates the GPA. Routing, navigation, applying an active class to visited link is also handled
To redesign the google.com search interface and Googe search result page using HTML/CSS/Javascript. This is just a tutorial for learning purposes, this is not meant to use the design in any other use.
A C++/CPP project that reads an input file containing data of laptops, teaching assisstants and students . After reading the data is stored in arrays. First the students wait in queue to get a laptop. After getting a laptop they wait in queue for TA to ask question. At the end a complete report is generated showing happy and unhappy studnets.
Console based 2048 game in cpp. This 2048 Game is based on a concept of colliding the same two numbers to create a new number with the total sum of the two numbers.
A basic NodeJS Container application which consist of Express server environment, REST API , Sequelize ORM, and of course MySQL Database connection. The project is more organized in terms of separate folders for Models, Controllers, Routers, DB Configurations, Auto creating Database and tables according to the structure specified in models.