Giter Club home page Giter Club logo

practice_cat_browser's Introduction

README

This app is an implementation of https://grumpy.iona.dev/.

This app is currently deployed in Firebase Hosting. These are the relevant urls:

  • base url - https://enatividad-cat-browser.web.app/
  • Homepage - https://enatividad-cat-browser.web.app/cats
  • Single Cat Page - https://enatividad-cat-browser.web.app/cats/:catId

Implementation Notes

  • The thecatapi.com gives out random results when not using a registered api key. In particular, /v1/images/search's pagination does shows duplicates from previous pages. Because of that, I had to implement the "Load More" button in a more complex way in order to remove the duplicates.
  • The root page / redirects to /cats. Otherwise, this app is implemented the same way as https://grumpy.iona.dev/.
  • If connection to thecatapi.com fails for any reason (e.g. their server is offline due to maintenance), the user is alerted that this app is temporarily unavailable.
  • This app is automatically deployed to Firebase Hosting whenever I push to the master branch of this repository.

Dependencies

  • node 12+
  • yarn 1

Development Environment Setup

  • run yarn install from inside the project directory to install the remaining dependencies
  • run yarn start to start the local development server

License

This app was developed by Emmanuel Natividad. Copyright © 2021, Emmanuel Natividad

practice_cat_browser's People

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.