Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frenzyexists/creatorverse
Creatorverse an app where you can make cards of creators
https://github.com/frenzyexists/creatorverse
codepath codepath-web103 fullstack good prework
Last synced: about 1 month ago
JSON representation
Creatorverse an app where you can make cards of creators
- Host: GitHub
- URL: https://github.com/frenzyexists/creatorverse
- Owner: FrenzyExists
- Created: 2024-08-26T03:58:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T15:56:00.000Z (4 months ago)
- Last Synced: 2025-01-03T19:16:10.852Z (about 1 month ago)
- Topics: codepath, codepath-web103, fullstack, good, prework
- Language: TypeScript
- Homepage: https://codepath-creatorverse.netlify.app
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEB103 Prework - *Creatorverse*
Submitted by: **Angel L Garcia**
About this web app: **An app where you can share your favorite creators. Think of it as a wikipedia of sorts**
Time spent: **20** hours
## Required 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:
- [ ] Picocss 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 cardThe following **additional** features are implemented:
* [x] Used tailwind css instead of PicoCSS
- I had a hard time using PicoCSS, I just get the point of it. If anything it messes things up.## Video Walkthrough
Here's a walkthrough of implemented required features:
![image](https://github.com/user-attachments/assets/cce44cc6-7f14-46b9-8ca1-df44ff3f68d1)
👉🏿
GIF created with ... 👉🏿 Loom
## Notes
One thing I did struggle was finding a clean methodology in writting clean React code. At the time of writtng this I am looking a mountain of code I have to clean, optimize and possibly write more additional tests on. The functionality itself is the easy part, its how components and css styling the part that I find more difficult, simply because css its a pain to work with. I would say that around 90% of the time I spent on this project was on tailwind and css styling alone. The api was easy, the async was easy, its the UI/UX that was tedious.
### Bonus Stuff I could do afterwards
- Searchbar: This is something that would work well for the all creators page## License
Copyright 2024 Detective Pikachu
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.