Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b8eb83f
set up files and psuedo code
BrettSeifried Feb 7, 2022
bb41970
built out context files, working on guest book
BrettSeifried Feb 8, 2022
60c10cb
added to guestbook. end of day
BrettSeifried Feb 8, 2022
08c36e7
built out guestBook
BrettSeifried Feb 8, 2022
b98c955
wrapped EntryProvider on index.js and UserProvider on Home.js, Workin…
BrettSeifried Feb 8, 2022
9fbcb07
added CSS
BrettSeifried Feb 8, 2022
f3233cc
fixed a typo
BrettSeifried Feb 8, 2022
e312c8c
removed unnecesasry code
BrettSeifried Feb 8, 2022
5ffab62
working to deploy
BrettSeifried Feb 8, 2022
0844002
passing Home tests
BrettSeifried Feb 9, 2022
9883f4f
passing App.test.js tests inpuing name and message and it showing
BrettSeifried Feb 9, 2022
ae78fb4
trying to get passing build
BrettSeifried Feb 9, 2022
9f19221
added custom hook on hovering to change the emoji.
BrettSeifried Feb 9, 2022
0bf1cef
started importing github data
BrettSeifried Feb 9, 2022
353c133
working github API image, name, repos, link
BrettSeifried Feb 9, 2022
494b9b9
refactored Functions.js with a customHook called githubData.jsx
BrettSeifried Feb 10, 2022
a8c912b
cleaned up code and CSS
BrettSeifried Feb 10, 2022
1c916a1
added drop shadows to everything
BrettSeifried Feb 10, 2022
c365f7a
added CSS for desktop and mobile
BrettSeifried Feb 10, 2022
39b393c
added second API, shows price of Ethereum
BrettSeifried Feb 11, 2022
cd7d98e
Updated Readme.md
BrettSeifried Feb 11, 2022
4fa54d4
Merge branch 'main' into brett2
BrettSeifried Mar 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB"><img src="https://img.shields.io/badge/CSS-239120?&style=for-the-badge&logo=css3&logoColor=white">

# Guest Book! CHECK DEV BRANCH brett2
# Messaging system

A messaging site built fully in React. Goals were to:
- use context to prevent Prop-Drilling
- use customHooks to clean up the code
- Use GitHub API to display picture, gitHub name, and gitHub Repos
- Showed Ethereum price on screen from an API for funsies.

## Plan

[x] Route pages so they load
[x] have guest form show up
[x] build out form inputs
[x] create context
[x] build out message inputs



Loading