Git Product home page Git Product logo

react-series-challenge's Introduction

React Series Challenge

The output of this challenge is to create a Giphy Client.

  • What we are expecting from you is
  • Use Giphy API: https://developers.giphy.com/docs
  • Apply the concepts that you learned along the - course
  • For styling, you must use styled components
  • Use enzyme and jest for testing Use React Router and React 16 (already included - in the boilerplate)
  • Use redux saga for API requests
  • Use redux as your global/local state

Delivery

  • Home View

    • It displays the trending GIFs using Giphy Trending API
    • It has a search bar, which uses Giphy Search API
    • Each gif may be saved as favorite in the redux state, and also can be removed from the same call to action
    • Each gif should display if it is already marked as favorite
  • Your Favorites Gifs View

    • It displays the Gifs that you previously selected, which comes from the redux state
    • It has a search bar, which filters from the redux state
    • Each gif may be removed from favorite in the redux state, and
    • Each gif should display if it is already marked as favorite
  • Details View

    • It displays the selected gif in a bigger size
    • It must show if it is already marked as favorite
    • It may be saved as favorite in the redux state, and also can be removed from the same call to action
    • Route Path must display the id of the gif
  • Unit Testing

    • Coverage at least 75%

Restrictions

  • Don’t include extra dependencies (lodash, ramda)
  • Don’t include css loaders or css libraries (bootstrap, bulma, semantic)
  • Don’t use inline styles
  • Don’t use React State
  • Application must preserve the state for favorites. This means that if your refresh the page, it must display the ones that you previously selected
  • Constantly commit your code

Code Review

  • Fork this project
  • You have until March 29th to open a PR against this repo (master branch)
  • If you send a commit after the deadline

TL;DR

  1. Use Giphy API
  2. Home ListView
  • Trending API
  • Search API
  1. Favorite ListView
  • Redux State List
  • Redux State Search
  1. Details View
  • Show Selected GIF
  1. Unit Testing
  • Coverage 75%
  1. Styling
  • Use styled components

react-series-challenge's People

Contributors

salvadorbfm avatar charliesbot avatar renemichel avatar

Watchers

James Cloos avatar Daniel Rodríguez Monroy 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.