GithubHelp home page GithubHelp logo

zahiryahya1 / sportsstore Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 27.03 MB

Followed tutorial for creating an eCommerce web app in c# using Object Oriented and MVC design.

C# 98.21% CSS 1.07% ASP 0.19% Smalltalk 0.53%

sportsstore's Introduction

SportsStore Overview

I decided it was a good time to learn a new language,framework, etc, and the best way for me to learn is by example. So I got the book, "Pro ASP.NET MVC 5" by Adam Freeman and started reading. Chapters 7-12 put everything that was previously taught together by creating a basic eCommerce application.

Major Concepts learned:

  • I have learned about MVC in the past from a class and even used the deasign for a class project. This tutorial taught me what a clean project looks like. Everything was organized. The code was so clean, there was really no need to comment because you can read the code like a manual/book. Now I truley understand the meaning of "clean simple code."

  • I also leaned how Object Oriented Design applies in the real world. I school, we are taught about the OO principles and a bit about design, but not enough to comprehend the importance of it. When you google OOP, you are always given definitions and a simple example anout shapes/people/animals. But seeing it work in a way a software engineer would use it in industry was a real eye opener.

Chapter 7: build core infrastructure

  • Setting up the applications by downloading packages, adding references.
  • Creating product repository and setting up database.
  • Listing 'n' products per page.
  • clean up the page by adding partial view and css

Chapter 8: navigation menu

  • created nav menu and add routing to filter by category
  • began building shopping cart that uses the users session to keep the cart.
  • add to cart button

Chapter 9: Completing the cart

Chapter 10: Mobile - skipped because I wanted to learn the fundementals.

Chapter 11: Administration

Chapter 12: Security and Finishing touches

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.