interaminense / react-portfolio-behance

👊 Portfolio created with React App using API Behance
http://interaminense.github.io/react-portfolio-behance
MIT License
14 stars 8 forks source link

Blank feed from Behance #20

Open exetico opened 6 years ago

exetico commented 6 years ago

Hi'

I just closed the forked repo. Hereafter i did run both npm install and npm start, but no data-feed is provided from Behance (It's just blank).

What can it be? No issues is showing up in the browser console, and in the npm env. in my console. Screenshot: image

interaminense commented 6 years ago

Hey @exetico,

I have to make it clearer or improve this way of displaying Behance data after running npm start. But currently to view just add the url path: http://localhost:8080/react-portfolio-behance/

I'm glad to be interested in the repository 😃

exetico commented 6 years ago

Damn 😂 Thanks!

What a waste of time. I was 100% sure that i messed something up. I'll give it a try tomorrow! I also tried pressing the link to the portfolio, but you did add an hardlink, so i totally missed the idea of testing the same path from localhost.

bearjr commented 6 years ago

Where exactly should I add this url path to view projects?

interaminense commented 6 years ago

Hey @bearjr,

Did you get the server up?

bearjr commented 6 years ago

Hey, yeah, I got your repo and fork to mine, I type npm install and npm start and I have the same problem as @exetico - localhost:3000 and empty page (without Behance project), I just started with React so your advice will be very helpful for me :)

interaminense commented 6 years ago

@bearjr, You just need to type localhost:3000/react-portfolio-behance to display a random user or use the name of a behance user. ex: localhost:3000/react-portfolio-behance/imcreator.

imcreator is my username on benahce :). What is your?

interaminense commented 6 years ago

I intend to improve this usability problem 😞

bearjr commented 6 years ago

My username is bear_junior :) Okay, first thing - it doesn't work when I type localhost:3000/react-portfolio-behance or localhost:3000/react-portfolio-behance/imcreator, but when I change <Route path={${URL_DEFAULT}/:username} component={Param} /> to <Route path={${URL_DEFAULT}/:user} component={Param} /> (cause "return <Portfolio user=") it works, and secondly when I change to <Route path={http://localhost:3000/react-portfolio-behance/} component={Param} /> it works excellent, thanks :)

interaminense commented 6 years ago

@bearjr Can you share your code by committing on your fork?

interaminense commented 6 years ago

You can feel free to contribute to this project by sending a PR 😀

exetico commented 6 years ago

My main workstation is powered off - and packed at the moment, but please tag mere here @bearjr if you need my example of how i changed a bit of the code, so that it's only listing my profile.

Only a few changes needs to be made, for the correction of path-change and default-profile - take a look at: https://github.com/interaminense/react-portfolio-behance/compare/master...exetico:master

My knowledge about reach is also very limited, and my "hack/fix" is not that good - but it works ;-)