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

https://github.com/dosbolacademic/web103---prework


https://github.com/dosbolacademic/web103---prework

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# WEB103 Prework - *World Presidents*

Submitted by: **Dosbol Aliev**

About this web app: **It is app designed to show world Presidents**

Time spent: **6** 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:

- [X] 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 card

The following **additional** features are implemented:
1. Added more presidents
2. used Picocss

* [X] List anything else that you added to improve the site's functionality!

## Video
[Loom Video Walkthrough](https://www.loom.com/share/59dd65820f3849ffb9aa45c07fd55aa8?sid=16c096d6-f43f-4534-92e2-da6ea6bd7113)

## Notes

During the project, I encountered some challenges with deployment to GitHub Pages.
Specifically, I had to configure the basename in React Router to ensure routing worked correctly on the GitHub Pages subpath.
Also, setting up the GitHub Actions workflow for automatic deployment required troubleshooting authentication and build path issues.
Despite these difficulties, I was able to successfully deploy the app and ensure all features work as expected.

## License

Copyright [2025] [Dosbol Aliev]

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.