Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastian-nunez/creator-verse

A web app that allows users to find, add and edit their favorite content creators!
https://github.com/sebastian-nunez/creator-verse

crud nextjs supabase tailwindcss typescript

Last synced: 9 days ago
JSON representation

A web app that allows users to find, add and edit their favorite content creators!

Awesome Lists containing this project

README

        

# CreatorVerse
> A Web App that allows users to find, add, and edit their favorite Content Creators.

## Video Walkthrough

Here's a walkthrough of implemented features:

Video Walkthrough

GIF created with Kap

## Features

The following **required** functionality is completed:

- [x] **A logical component structure in React is used to create the frontend of the app**
- [x] **At least five content creators are displayed on the homepage of the app**
- [x] **Each content creator item includes their name, a link to their channel/page, and a short description of their content**
- [x] **API calls use the async/await design pattern via Axios or fetch()**
- [x] **Clicking on a content creator item takes the user to their details page, which includes their name, url, and description**
- [x] **Each content creator has their own unique URL**
- [x] **The user can edit a content creator to change their name, url, or description**
- [x] **The user can delete a content creator**
- [x] **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:

- [x] TailwindCSS and DaisyUI is used to style HTML elements
- [x] The content creator items are displayed in a creative format, like cards instead of a list
- [x] An image of each content creator is shown on their content creator card

The following **additional** features are implemented:

- [x] Supabase integration (dynamic data fetching)
- [x] Fully responsive
- [x] Added a .env to hide API keys
- [x] Created a 404 page

## License

Copyright 2023 Sebastian Nunez

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.