Table of Contents
Adopt-a-pet is a web app I started building while following Intermediate React v3 course on Frontend Masters (thanks to github student pack). Since finishing the course, I rebuilt many parts of the app and added my own features.
A short description of my additions/modifications:
- every component typed with adherence to current best practices,
- wrote react class components, then rewrote them to function components,
- added an animated expandable menu using compound components pattern,
- created an error boundary,
- created several custom hooks which helped code readability,
- used ContextAPI for global themes, expandable menu internal logic
in TypeScript
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPLv3 License. See license
for more information.
Project Link: https://github.com/michalstruck/adopt-a-pet