This app connects to an external API, allowing you to filter and choose your favorite Disney characters. Through this project, I learned how to connect to an external API, write custom hooks, and manage state using only the useState hook. Includes tests for the most important components.
Project is created with:
- React 18.3.1
- React Testing Library 13.4.0
- Jest-dom 5.17.0
To run this project, install it locally using npm:
# development
$ npm install
$ npm start
# build
$ npm run build