WomB0ComB0 / web103-creator-nebula

Open, CRUD application, where individuals who hold some importance or meaning to you can be added.

Home Page:https://web103-creator-nebula.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEB103 Prework - Creator Verse

Submitted by: MIke Odnis

About this web app: Application made to view and display creators, I did not want to make auth based ownership because that would mean I ahd to find a way to filter inappropriate content and implement authentication

Time spent: 👉🏿 X 58 hours spent in total

Required Features

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:

  • Truncate long descriptions, and show the full description on the content creator details page
  • Called the Youtube API to get the content creators channel name based on the id
  • Added pagination to the homepage to only show 10 content creators at a time
  • Reduce the amount of navigation required to edit a content creator by adding an edit button to the content creator card
  • Added an error route to handle invalid urls
  • Added a loading spinner to the homepage while the content creators are being fetched
  • Added a copy to clipboard button to the content creator details page to copy the content creators url to the clipboard
  • Added a search bar to the homepage to filter the content creators by name
  • Added a filter button to the homepage to filter the content creators by category

Video Walkthrough

Here's a walkthrough of implemented required features:

Video Walkthrough

GIF created with (converted from mp4 to gif) ... ezgif.com/

Notes

The search functionality was the most difficult aspect. Not sure as to how to implement it with pagination.

License

Copyright [2023] [Mike Odnis]

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.

About

Open, CRUD application, where individuals who hold some importance or meaning to you can be added.

https://web103-creator-nebula.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 94.7%Language:CSS 3.0%Language:HTML 2.3%