GithubHelp home page GithubHelp logo

ferouvina / giphy-app-v2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.2 MB

A giphy-like website for search and view gifs made with react.

Home Page: https://ferouvina.github.io/Giphy-App-v2/

HTML 1.04% CSS 10.48% JavaScript 88.48%

giphy-app-v2's Introduction

Giphy App v2

This is a Giphy-like Gif Searching App made in ReactJS with the help of @midudev

In the course of this project I have learned a lot of things, such as:

  • The use of JavaScript libraries through npm.
  • Start a project using Vite, the original course used create-react-app, but since that method is deprecated I opted for Vite.
  • Creating custom hooks as well as services to consume an API with fetch.
  • Using Lazy Load to defer the loading of a component's code.
  • Using React Suspense with a fallback to show a Loading component until its children is finished loading.
  • Implementing Pagination to dinamically show more gifs as well as Infinite Scroll.
  • Using useCallback to cache a function and prevent it from being created again on re-render.
  • Using useState, useEffect, useRef.
  • Using useContext to share a global context throughout the app.
  • Using useReducer to reduce the complexity of the logic from a component.
  • Using React.memo to improve the app performance preventing components from re-rendering when its props don't change.
  • Implementing SEO React Helmet and Deploy Integrated with GitHub Pages.
  • Using CSS in JS and Styled Components with Emotion.

Screenshot

giphy-app-v2's People

Contributors

ferouvina avatar

Stargazers

 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.