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.
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:
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