Submitted by: Sheng-Kai Wen
About this web app: This app shows Asian Baseball Players.
Time spent: 10 hours
The following required functionality is completed:
- A logical component structure in React is used to create the frontend of the app
- At least five content creators are displayed on the homepage of the app
- Each content creator item includes their name, a link to their channel/page, and 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, or description and then it is displayed on the homepage
The following optional features are implemented:
- Picocss is used to style HTML elements
- The content creator items are displayed in a creative format, like cards instead of a list
- An image of each content creator is shown on their content creator card
The following additional features are implemented:
- Added RWD submit button for each pages.
- Live Demo - Host the frontend website using GitHub: https://shigenogoro.github.io/creatorverse/
Here's a walkthrough of implemented required features:
-
Edit Creator: Edit the creator, Darvish Yu with his twitter account, and youtube account.
-
View Creator: Take the user to their details page (with unique URL), which includes their name, url, and description.
-
Delete Creator: Delete the creator from Edit Page and View Page respectively, Darvish Yu, Ohtani Shohei.
-
Add Creator: Add the creator Darvish Yu back to remain 5 creators on the page.
GIF created with LiceCap
Describe any challenges encountered while building the app or any additional context you'd like to add.
Copyright [👉🏿 2024] [👉🏿 Sheng-Kai Wen]
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
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.