Adopt Me is a Single Page Application (SPA) built with React, designed to help users find and adopt pets. This application provides a seamless and interactive experience for viewing and selecting pets available for adoption.
To get a local copy up and running, follow these simple steps:
-
Clone the repository
git clone [email protected]:LexieLiu19/AdoptMe-Info6150-FinalProject.git
-
Navigate to the project directory
cd AdoptMe-Info6150-FinalProject
-
Install dependencies
npm install
-
Start the application
npm start
Once the application is up and running, you can use it to browse available pets and get details on each one. Feel free to customize and extend the application to fit your needs.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Lexie Liu - [email protected]
Project Link: https://github.com/LexieLiu19/AdoptMe-Info6150-FinalProject