8000 GitHub - windcloak/amiibo-time: Web app using React and Amiibo API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

windcloak/amiibo-time

Repository files navigation

Amiibo Time

Amiibo Time is a responsive web app that displays amiibo from the Amiibo API. It uses React JS as the framework and several 3rd party libraries.

Third-Party Libraries

  • react-router-dom
  • axios
  • react-bootstrap, bootstrap
    • Jquery, popperjs/core (bootstrap dependencies)
  • fontawesome-free
    • svg-core, free-brands, free-regular, free-solid
  • react-lazyload
  • react-router-dom
  • react-scroll-up
  • react-spinners

API Source and React Hooks

The data is from the Amiibo API

I am using React hooks, useState and useEffect to retrieve and handle the data. Every time user changes the series, useEffect will call on the API to load the series. Same thing for searching for a character.

Features

Caching

I am using React's service worker to cache files, so if the user reloads a page they already loaded, it won't have to pull the data from the API again.

Lazy Loading

I am using react-lazyload to lazy load the images as the user scrolls. This way, images that are not in the viewport will not be loaded, which reduces server load.

Scroll to Top

I am using react-scroll-up button so that when the user scrolls down enough, there will be a button they can press to go to the top. Very important for long pages like the Home page! The icon is from Font Awesome.

Responsiveness

I am using react-bootstrap and Twitter's Bootstrap to style the site so that it's responsive and pretty.

Hosting

This app is hosted on Firebase.

About

Web app using React and Amiibo API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0