Skip to content

adelires/the-cat-breeds-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looking for Cat Breeds with The Cat API 😺 🐾

This project was developed to validate and improve the knowledge obtained by studying React.js and Redux.

The application consists in a search by cat breeds, showing the results with simple pagination.

Setting up the environment

You have to install NodeJS and NPM to run this project:

$ node -v  # to verify NodeJS instalation
$ npm -v   # to verify the NPM instalation

If you need to install NodeJS or NPM, access the official links below and follow the steps to install each software in your OS:

Install & Run

To install and run this app follow the step below:

# Install the create-react-app packege globally
$ npm install -g create-react-app

# Clone this repository
$ git clone https://github.com/Adelires/the-cat-breeds-app.git

# Acess the repository folder
$ cd ./the-cat-breeds-app

# Install the project dependencies
$ npm install

# Run the application in development mode
$ npm start

# Access the development server in http://localhost:3000

About

Looking for cat breeds with React.js and Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published