Git Product home page Git Product logo

angular-ecommerce-app-lab's Introduction

Creating an eCommerce application

Angular makes eCommerce applications ridiculously simple to make. We can have components for each item, easy pagination/routes, and make sure all of our data is in sync with our model.

Let's create an eCommerce application.

This should have five pages - we need a home page, showing off some items that are on a special deal. It should have a products page - showing off all products and allowing the user to filter on these. We also need a cart page - this is where the user can see what they've added to their cart and go to purchase it. There should be an admin page, to allow editing of all of our data in the application. And last, we'll need the actual product view for when a user selects a product.

This will use everything we've learnt so far!

  • Create our application module
  • Create five pages - product list, product view, admin, cart and home page
  • Have the product view have nested views - this should allow the user to swap between a list and a thumbnail view of products
  • All routes should resolve the relevant data from the server
  • The product page should be searchable and allow filtering from different categories
  • The cart page should allow the user to remove and change quantities
  • The product list should allow the user to click through to the product's full info page
  • Use services to manage the cart - a user should be able to add items to their cart from any page (it should also update the cart on the backend)
  • There's no need for a checkout page/feature - the cart feature will be enough for now!
  • Bonus: allow pagination on the product page

There should be an admin panel to add products to the system

  • The products should also be removeable/editable
  • Data should be validated before submission
  • Categories should be able to be added/removed/edited

angular-ecommerce-app-lab's People

Contributors

annjohn avatar ipc103 avatar toddmotto avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.