Giter VIP home page Giter VIP logo

guitar-web-app's Introduction

Guitar-web-app

Guitar eCommerce Website and Database A project developed as a part of job interview assignment.

Problem Statement

The owner of a guitar store wants to keep an inventory of all the guitars he owns. He noticed the customers ask for guitars based on their brand names or model names, the type of the guitar i.e electric or acoustic, the number of strings, and the price. Each guitar has a unique serial number which he uses to track the guitar. He also needs to keep a track of when he bought the instrument and when he sold it.

Along with the guitars he also sells accessories for them. He sells two kinds of guitar picks

  • a wooden one for acoustic guitars, and a plastic one for electric guitars.

He also sells straps for all the guitars. There are three types of straps, regular, large and extra large.

Question:

Create a web application with the following functionality:

  1. An index page that lists all the guitars in the system. This page should allow you to search for guitars by name, brand name, or model.

  2. You should be able to add any number of guitars from the index page to your cart. And optionally add accessories. You should be able to choose any number of accessories from the available ones.

  3. The shopping cart should be viewable from all the pages and should show all the details about the guitar(s) (and accessories, if any) including the unit price, the quantity per item, and the total price of all the items in the cart.

Time

Allotted 72 Hours. Completed in 24 Hours. :)

Steps

  1. Git clone the Repo or Download zip.
  2. cd Guitar-web-app
  3. Create database based on db.sql file provided.
  4. Edit config.php to match your database connection.
  5. Open http://localhost/Guitar-web-app/ in your browser, or configure the virtualhost as per your needs.

Live Demo:

https://playmaster.xyz/guitar/index

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.