Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
during coding I captured the process to add the animations with js, so I tried to implement it as best as I could, so next time I will create even more impressive animations than the one I I created in this project.
What challenges did you encounter, and how did you overcome them?initially the javascript fetch API sent me CORS
errors telling me I was not authorized to access the data.json
file, I searched and finally realized that it was not was not possible to access the date by file\\\:
but rather not http://
or https://
. therefore passed through a web server.
nowhere at the moment.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord