A list of the cat breeds is fetched from TheCatApi
- Showing the list
- Searching by name and origin
- Can be showing and hiding the detail
- Infinite scroll
Make sure Node.js is already installed.
Open the terminal,
- Change the directory/folder to where you want to put it.
eg.
cd Documents/Projects - Clone the repository.
It will create the cat-breeds directory/folder and download the source code
git clone https://github.com/rismawtsa/cat-breeds.git - Change the directory/folder to cat-breeds.
cd cat-breeds - Install the dependencies
npm install - Running the application
It should open the app on the browser automatically
npm start