drakenevadie19 / Creatorverse

A person's top content creators can say a lot about them. Do they prefer lockpicking videos πŸ”’, casual art streams πŸ–ΌοΈ, or hustle-culture TikTokers πŸ“±?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEB103 Prework - πŸ‘‰πŸΏ Name of App Here

This is prework of Advanced Web Development (WEB103) class of Codepath. The main point of this project is to display list of content creators, and visitors can view/add creators' profiles

Responsibilities:

  • Build a frontend that supports CRUD (create, read, update, and delete) operations on favorite content creators. (Content creators can be Twitch streamers, YouTube channels, Instagram personalities, TikTok accounts, or similar).

Techstack:

  • Front-end: Vite, React, HTML, CSS, JavaScript, Pico, Bootstrap 5.
  • Database: Supabase.

Submitted by: Thanh Nguyen (Drake) Do

About this web app: CreatorVerse

Time spent: 9 hours

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:

  • Add a recently modified badge to show a recently changed info content creators
  • List anything else that you added to improve the site's functionality!

Video Walkthrough

Here's a walkthrough of implemented required features:

πŸ‘‰πŸΏVideo Walkthrough

GIF created with ... πŸ‘‰πŸΏ GIF tool here

Notes

Describe any challenges encountered while building the app or any additional context you'd like to add.

License

Copyright 2024 Thanh Nguyen Do

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

A person's top content creators can say a lot about them. Do they prefer lockpicking videos πŸ”’, casual art streams πŸ–ΌοΈ, or hustle-culture TikTokers πŸ“±?


Languages

Language:JavaScript 89.1%Language:CSS 9.7%Language:HTML 1.2%