Table of Contents
This is an app where you can search for different cats and explore basic information about them. All the information for cats is taken from the external API The Cat API.
The project is build with these technologies:
- React
- SASS
- Axios
- React Icons
- React Lazy Load Images
- React Router
- Material UI
The app can be improved in a few ways:
- For each cat there can be a gallery of pictures
- A blog can be added so that visitors can learn more about cats
To get a local copy up and running follow these simple steps.
- Node.js - Download
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/eruj22/cat-wiki
- Install NPM packages
npm install
- Run application in localhost
npm start