This is a Dog breed website finder that can offer you detailed infromation including images about that specific breed so that you can make a good decision before purchasing that dog breed.
- Home page displaying the featured dog
- Individual dog breed view
- Search for available breeds
- Add breed page with a form
- A computer, tablet, or phone
- Access to the internet
- A modern web browser
Visit the deployed application at: Dog breed finder
The live site allows you to:
- Browse through the home page linking to other pages.
- Click on any image card button to view more about that particular breed.
- Navigate to the add Breed page and dd your preffered information.
If you want to run the project locally, you'll need:
- Node.js installed on your computer
- Basic understanding of React JS
- Code editor (VS Code recommended)
- Terminal/Command Line
-
Clone this repository using:
git clone https://github.com/kabakadev/dogfinder.git
or by downloading a ZIP file of the code.
-
Navigate to the project directory:
cd dogfinder -
Install the required dependencies:
npm install
-
Run the development server:
npm run start
-
Open your preffered browser and visit
http://localhost:3000
- React JS
- Create React App
- Tailwind css
- Material UI
- Repository: dog-finder-json-server
- Deployed API: Live API URL
If you have any questions, suggestions, or need assistance, please contact:
- Email: ian.kabaka@moringaschool.com
MIT License
Copyright © 2024 Ian Kabaka
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.