Git Product home page Git Product logo

parse-products's Introduction

React Navigation

Assignment from The Iron Yard-Austin

Week 7 - day 27

Description

Use parse to store and query product information.

Objectives

Learning Objectives

After completing this assignment, you should…

  • Understand how to post data with parse.
  • Understand how to query data with parse.

Performance Objectives

After completing this assignment, you be able to effectively use

  • Parse.Object.extend
  • Parse.Query
  • .save(...)

Details

Deliverables

  • A repo containing at least:
    • scripts/main.js
    • index.html

Requirements

  • No ESLint warnings or errors

Normal Mode

Fork and clone this repository. After cloning, cd into the new directory and run the tiyfe command.

You will need to add your own parse API tokens using Parse.initialize(...) in the scripts/main.js file in order for this code to work.

  1. Update the AddProductComponent to save product information to parse when the form is submitted.
  2. Implement the BooksComponent, ClothingComponent and ElectronicsComponent to list out a table of all of the products that match the corresponding category.

Hard Mode

  1. Newest: Add a new page that lists the 10 newest products added to the system.
  2. Cheapest: Add a new page that lists the 10 cheapest products in the database.

Nightmare Mode

  1. Search: Add the ability to search for a product by name.
  2. Pagination: Instead of listing all of the products on the category pages, instead add pagination so that the page lists 10 at a time and allows you to go to different pages of results.

Notes

Additional Resources

Parse Queries

parse-products's People

Contributors

alarner avatar m2mathew avatar

Watchers

 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.