This project was bootstrapped with Create React App.
Preview:
Kitten Friends
Description: Kitten Friends is a simple React application that allows users to search for cute kitten images. Users can search for kittens by their name, and the app fetches kitten images from an API and displays them dynamically. This project serves as a fun way to practice React concepts like state management, component lifecycle, and API integration, utilizing React hooks for state management.
Features:
- Search for kitten images by name.
- Dynamic display of kitten images based on search query.
- Responsive design for seamless user experience across devices.
- Fetches data from the Kitten API.
Demo: Check out the live demo of the app kittenfriends-hooks.
Installation:
- Clone the repository:
git clone https://github.com/C0des-by-SAGAR/kittenfriends.git
- Navigate to the project directory:
cd kittenfriends
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the app.
Usage:
- Enter a kitten name in the search bar.
- Press enter or click the search button.
- Enjoy browsing through adorable kitten images!
Technologies Used:
- React.js with Hooks
- JavaScript
- CSS
- HTML
Credits: This project was created by Sagar. The kitten images are fetched from the Kitten API.
Contributing: Contributions are welcome! If you'd like to contribute to the project, feel free to submit a pull request.
License: This project is licensed under the MIT License. See the LICENSE file for more details.
The repository is: https://github.com/C0des-by-SAGAR/kittenfriends-hooks