Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreatorVerse

Created by: Michael Van

About this web app: CreatorVerse is a platform that allows users to curate and manage a gallery of content creators they admire. This versatile application includes a frontend capable of interfacing with an API and facilitates Create, Read, Update, and Delete (CRUD) actions on a Supabase database.

Features

  • 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
  • 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

Video Walkthrough

Here's a walkthrough of implemented required features:

Creatorverse (resized) Link to imgur: https://imgur.com/roTyViI

Notes

  • Initially the documentation was easy to follow. However, the databse need to have unique value for some CRUD functionalities to work
  • There are complexities and need more attentions on passing in props and manage state
  • My initial experience with routing and implementing redirects was a bit challenging. However, it was well worth it after realize how intuitive it is

License

Copyright [2023] [Michael Van]

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

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages