Giter Site home page Giter Site logo

pokemon-tcg-archive's Introduction

ADP Assignment 1

Create a web app using React and React Router that displays data fetched from a public API.

Topics

  • React
  • React Router
  • Git Conventional Commits
  • Material UI

Getting Started

  1. Use yarn to install the dependencies listed in the package.json
  2. Run yarn start to start the dev server.
  3. Open localhost:1234 in your web browser.

You can now start to write your web app in src/App.js and parcel bundler will automatically reload localhost:1234 with your changes.

Grading Criteria

  1. Use ReactJS
  2. Proper structuring of components
    1. Create a modulure architecture by spliting the application into components
    2. Use props to share data between components.
    3. Use state to persist data in components.
    4. Pass only the needed data down to child components.
    5. Don't keep all of your application state in one "globals" top level component.
    6. State and props should not rerender excessively - components that are not intended to re-render should be affected by unrelated changes to the web app
  3. Use at least one third party component library (eg. material-ui)
  4. Use react-router to create multiple routes
    1. Create at least one static route (eg.path="/posts") that lists data fetched from an API
    2. Create at least one dynaimc route (eg.path="/posts/:postID") that shows an expanded view of an item in the list route (also)
  5. Upload your code to git regularly.
    1. Use conventional commit messages. See: https://www.conventionalcommits.org/en/v1.0.0-beta.4/
    2. If you only have one commit in your git repo you will not receive any points for git. Commit often

Bonus Extensions

  1. Use functional components for all components and hooks to manage all state
  2. Use a third party hook
    1. If you are using material-ui use makeStyles to style your components using JS

pokemon-tcg-archive's People

Contributors

dependabot[bot] avatar d1plo1d avatar

Stargazers

Roman avatar

Watchers

James Cloos 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.