https://github.com/suptarr/adoptapet
Building a pet adoption website that allows users to view all the animals of a particular species and view the profiles of specific animals.
https://github.com/suptarr/adoptapet
react-hooks react-router-dom-v6 reactjs
Last synced: 2 months ago
JSON representation
Building a pet adoption website that allows users to view all the animals of a particular species and view the profiles of specific animals.
- Host: GitHub
- URL: https://github.com/suptarr/adoptapet
- Owner: SupTarr
- License: mit
- Created: 2023-08-12T09:52:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T12:00:28.000Z (almost 3 years ago)
- Last Synced: 2025-08-31T20:49:17.160Z (11 months ago)
- Topics: react-hooks, react-router-dom-v6, reactjs
- Language: JavaScript
- Homepage: https://adopt-a-pet.suptarr.vercel.app/
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adopt a Pet
## About The Project
This project is part of `Learn React Router v6` on `Codecademy`. and I will be building a pet adoption website that allows users to view all the animals of a particular species and view the profiles of specific animals.
## Technologies
This project was created with:
- CSS
- React Router
- ReactJS
## Installation
Clone the project
```sh
git clone https://github.com/SupTarr/adoptAPet
```
In the project directory, you can run:
```sh
npm start
```
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).