A React project that builds a photo wall webpage, intended to demonstrate understanding of the following:
- maintaining state in React components
- making API calls from within a React component
- implementing asynchronous functions within React hooks
- iterating over state to dynamically generate DOM elements
- enabling a "load more" feature for the end user, as an alternative to infinite scroll
- using CSS styling to create a persistent, "floating" nav bar, as well as a flexbox-based image grid
npm install
npm start
👤 Nico D Alfonso
- Website: https://nicodalfonso.com
- Twitter: @nicodalfonso
- Github: @nicodalfonso
- LinkedIn: @nicodalfonso
This project was initially created as a part of the Software Engineering Certification program from Kenzie Academy
To see the original instructions and acceptance criteria for this project, please reference README.old.md
Copyright © 2021 Nico D Alfonso.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator