Submitted by: Johnny A. Cortez
Add your favorite creators!
The following required functionality is completed:
Use a logical component structure in React to create the frontend of the app Display at least five content creators on the homepage of the app Each content creator item includes: their name a link to their channel or page a short description of their content API calls use the async/await design pattern via Axios or fetch Clicking on a content creator item takes the user to their details page, which includes their name, url, and description Each content creator has their own unique URL The user can edit a content creator to change their name, url, or description The user can delete a content creator The user can add a new content creator by entering a name, url, and description The new content creator then appears in the displayed list
The following optional features are implemented:
Display content creator items in a creative format, like cards instead of a list Show an image of each content creator on their content creator card
Here's a walkthrough of implemented features:
GIF created with ScreenToGif
Copyright [2023] [Johnny A. Cortez]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
