Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 2.96 KB

README.md

File metadata and controls

88 lines (61 loc) · 2.96 KB

GNU GPLv3

Table of Contents
  1. About The Project
  2. License
  3. Contact

About The Project

Product Name Screen Shot 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

(back to top)

Built With

in TypeScript

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU GPLv3 License. See license for more information.

(back to top)

Contact

Project Link: https://github.com/michalstruck/adopt-a-pet

(back to top)