react-eth-challenge
react-eth-challenge copied to clipboard
React ethereum challenge solution - jho3r
DESCRIPTION
Challenge solution:
There were two main blocks that I found:
-
The tests were giving an error message. For this one, I got help from the community for a given solution to use another method for mounting the specific component for the test
-
At the deployment stage, there was an error of incompatibility of React versions between two libraries, I reviewed the logs and decided to roll back to a previous version of React from 18 to 16
The API URL points to an endpoint of a service I have deployed in Heroku.
The app is deployed to Github pages, I added a file deploy.yml in the GitHub workflows, so in every push to GitHub the app will re-deploy.
I added a script in the index.html file for the social media icons from font-awesome.
Deployed app at:
https://jho3r.github.io/react-eth-challenge/
Info
Nombre: Jhoer Sebastian Perez Castillo
Usuario Platzi: jho3r
Link Usuario Platzi: https://platzi.com/p/jho3r/
Reto:
- [x] Primer problema
- [x] Segundo problema
- [x] Tercer problema
- [x] Cuarto Problema
- [x] Quinto Problema
- [x] Sexto Problema
- [x] Septimo Problema