Live preview: Meow Finder
Since I was young, I've loved cats a lot. I've always been curious about the different types of cat breeds, so I made an app that lets you explore and find out more about them. This app gets its information about cats from TheCatAPI.
If you find it useful please start the project on GitHub.
- Breed Information Display
- Image carousel
- API Integration
- Responsive design
- Search functionality
- Linting and Code Quality Check
- Server-Side Rendering
- Environment-Specific Configuration
- Routing
If you have any feedback, please reach out to [email protected]
Install my-project with npm
# navigate to projecr:
npm install
yarn install
# run project
npm run dev
yarn dev