Giter VIP home page Giter VIP logo

pie-felicia's Introduction

Pie Felicia!

Usability through React, Design through SCSS

This is a prototype version of a pie shop catering business app. It therefore has limited functionality. The MVP features are:

  1. category selection a) pies .) apple .) cherry b) coffees .) caffe americano .) long black c) extras .) whipped cream .) coffee cream .) ice cream d) supplies .) tables .) chairs .) napkins .) silverware
  2. product selection
  3. cart view

Highly reusable components

  1. optional props - props.propName?

Routing

Superior commenting (JSDoc style)

Google Material Icons

JSX over JS file extensions

Hooks

database template shop { pies: { filters: [ fruit, cheese, meat, pasta, veggie ], items: [ { name: apple pie, image: path/to/image, description: some description of the product, rating: 2, sizes: [ 6", 8", 10", 12" ], prices: [ small price, medium price, large price, extra large price ] } ] }, coffees: {}, extras: {}, supplies: {} }

cart data template @product - name of item @type - helps to find in shop data for getting item prices @order - mimics all available sizes for easy price array mapping

cart [ { product: apple-pie, type: 'pies', order: { 6": 10, 8": 5, 10": 4, 12": 2 } }, { product: americano, type: 'coffees', order: { 1lb: 3, 5lbs: 2, 7lbs: 7, 10lbs: 9 } }, { product: whipped-cream, type: 'extras', order: { 12oz: 10 } }, { product: table, type: 'supplies', order: { amount: 10 } } ]

routes /pies /pies/:product /coffees /coffees/:product /extras /extras/:product /supplies /supplies/:product /cart

pie-felicia's People

Contributors

kevinw90 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.