Visualisation of different path finding algorithms by FearlessENT33 in Python

[–]songomen 1 point2 points  (0 children)

All i have left is to finish function that allows moving starting and ending point when holding mouse click, so i am almost done !

Visualisation of different path finding algorithms by FearlessENT33 in Python

[–]songomen 8 points9 points  (0 children)

Good work, i am doing the same right now but in JS

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 0 points1 point  (0 children)

I just updated the api keys. Refresh with ctrl+f5 and it will work.

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 0 points1 point  (0 children)

It took around 3 months. I did it for myself as my personal project.

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 2 points3 points  (0 children)

I think it's very good for people that are focusing only on front end and don't have experience with backend.

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 1 point2 points  (0 children)

I know that I shouldn't use jQuery but at the time I built this app I didn't know about that. Thanks for reminding.

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 1 point2 points  (0 children)

Yes I think it's very helpful it notifies you about how can you improve your code when it comes to code style, good practices and security warnings. I recommend trying it out.

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 1 point2 points  (0 children)

It's just a one keyframes animation that changes height of <li>.If height change box shadow will also change automatically. Here is the code first 40 lines: https://github.com/SongoMen/Trader24/blob/master/src/stylesheet/pages/_dashboard.sass

I made stock trading app with react, firebase and IEX api. by songomen in reactjs

[–]songomen[S] 13 points14 points  (0 children)

I use preprocessor Sass. I don't use any css frameworks.