This project is part of the Microverse React curriculum. The purpose of the project is to create an app that connects to an API and renders the information for the user, allowing them to filter it. I created this app thinking about something that could be useful in real life and help people. That's why I connnected with an API that helps people find pets to adopt. The app renders a list of pets and the user can filter them by type, gender, size, and age. When you click on the name of the pet, you can see the detailed information about the animal and how to adopt it (contact information).npm
You can watch a video of me explaining the video here
This project was bootstrapped with Create React App.
- HTML, CSS, JavaScript
- React
- Redux
To get a local copy up and running follow these simple example steps.
- Node js
- Clone the repo and cd in it.
- Run
npm install
in your terminal (check that you are in the repo's folder)
Runs the app in the development mode by running npm start on the console.
Open 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.
- Run
npm test
in your terminal (check that you are in the repo's folder) to run all the testing suite.
👤 majovanilla
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is part of the React Microverse Curriculum
This project is MIT licensed.