A simple and elegant React application that displays adorable pet images.
Built to learn and explore React Jsx.
- View a collection of pet images
- Fast and lightweight — powered by React
- React (React App or Vite)
- JavaScript (ES6+)
- CSS
pet-react/
│
├── src/
│ ├── App.css
│ ├── App.jsx
│ └── index.css
│ └── main.js
| ├── index.jsx
│
├── public/
│ └── index.html
│
├── package.json
└── README.md
To get a local copy up and running follow these simple example steps.
-
Clone this repository
git clone https://github.com/Hillary90/ReactPets.git cd ReactPets/ -
Navigate to the project folder
cd pet-gallery -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your Browser
http://localhost:3000
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is licensed under the MIT License– see the LICENSE file. file for details.