Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.32 KB

README.md

File metadata and controls

67 lines (42 loc) · 2.32 KB

Web Development Project 2 - ElevateYou

Submitted by: Arnold Bhebhe

This web app: Helps you Empower Yourself, One Card At A Time!

Time spent: 10 hours spent in total

Required Features

The following required functionality is completed:

  • The title of the card set and some information about it, such as a short description and the total number of cards are displayed
  • A single card at a time is displayed, only showing one of the components of the information pair
  • A list of card pairs is created
  • Clicking on the card shows the corresponding component of the information pair
  • Clicking the next button displays a random new card
    • App has different sections grouped by categories. Each category has a different background color on the card.

The following optional features are implemented:

  • Cards contains images in addition to or in place of text
  • Cards have different visual styles such as color based on their category
    • Color Change

The following additional features are implemented:

  • Cards are stored in a Firebase database, and accessed in realtime!

Video Walkthrough

Here's a walkthrough of implemented required features:

ElevateYou Walkthrough

GIF created with LiceCap.

Notes

Challenges encountered:

  • Learning how to use the useEffect hook
  • Learning how to hook up the react app to Firebase

Lessons learned:

  • Storring Data using Firebase
  • Accessing Firebase Realtime Database
  • Reast useEffect and useState hooks

License

Copyright [2023] [Arnold Bhebhe]

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.