Code Monkey home page Code Monkey logo

grupa2's Introduction

warsawjs-workshop-11-smart-cookbook-description

This repository contains description and requirements for WarsawJS workshop 11 application. Because topic is Advanced React.js, we decided that we should choose interesting main theme, allowing us to use some sophisticated libraries and techniques.

Theme

As you probably already deduced from title, main theme is Smart Cookbook. We'll provide backend server with some recipes, and ability to query them and add our own. On the frontend side, during workshop we'll try to create application displaying recipes and filtering them based on ingredients.

User stories

As an user:

  • I'm able to display list of all recipes
  • I'm able to filter list of recipes specifying one or more ingredients
  • I can view single recipe
  • In a single recipe view, I can see dish picture, list of ingredients and detailed steps how to create it
  • I can add new recipe
  • I'm able to display list of all possible ingredients and filter it by name
  • I can view single ingredient
  • In a single ingredient view, I can see picture and short description, as well as list with all recipes using that ingredient
  • I can add new ingredient

Optional:

  • I can add / remove dish to/from cart
  • I can see what ingredients I have to buy to cook dishes in a cart. Also, I can see their price.

Models

Recipe:

  • id
  • name
  • picture
  • description
  • cooking steps
  • preparation time
  • list of ingredients with quantities

Ingredient:

  • id
  • name
  • description
  • price (optional)

Views

List recipes view
list view

Recipe view
Recipe view

grupa2's People

Contributors

valian avatar

Watchers

 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.