This project fetches and displays random dog images using the Dog API.
- Node.js installed on your machine
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/ParasSalunke/random-dog-images.git
- Navigate to the project directory:
cd random-dog-images
- Install the dependencies:
npm install
- Start the application:
npm run dev
- Open your browser and navigate to
http://localhost:5173
to see random dog images.
- Fork the repository
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.