An open API service indexing awesome lists of open source software.

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.

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/).