Skip to content

yasier-ansari/catto-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App

a simple React app made to display cards of cute cat 🐱

this was a small project as i am currently learning reactJS
Site is hosted as a github page, you can check it out here: https://hyraxxity.github.io/catto-card/

THIS REPO CONTAINS 2 BRANCH:

  1. Master (contains the code of the ReactJS)
  2. gh-pages( contains the build files for the React App)

I have used simple components that have different functionalities to them, Maily the card and search. API is used to fetch the names and cats image (2 API for name and Image seperately). searching component filters the cards and display on those who includes the search input

Run the app:

--> fork the "master" branch --> run "npm i" --> go to "localhost:3000" in your browser

here are some screenshots of the website: image

(with search) image