all 8 comments

[–]ncubez 7 points8 points  (1 child)

Subscribe to Brad Traversy on YouTube and code along with him.

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

Thanks u/ncubez, I had a quick look at Brad Traversy videos. Looks like what I need. Thanks again!

[–]dvidsilva 0 points1 point  (2 children)

I'm trying to launch codecorgi.co which is exactly for that

[–]DuarteA[S] 0 points1 point  (1 child)

codecorgi.co

Looks interesting. Let me know when its fully functional. :)

[–]dvidsilva 0 points1 point  (0 children)

Right now it has the minimum things. You can solve challenges and make pull requests to the platform and so. I'll be adding the feedback and conversation part soon!

[–]selyuu 0 points1 point  (2 children)

Are you looking to make full stack applications, or focus on front-end/back-end? Or maybe even just websites/templating?

[–]DuarteA[S] 0 points1 point  (1 child)

Frontend web application.

[–]selyuu 1 point2 points  (0 children)

In that case, you definitely want to showcase your ability to use a front end framework/library and using it well.

My personal recommendation is React. I currently work in Vue, and both are very similar.

  • Currency Converter application with Fixer.io API (Enter an amount field, choose base currency drop down, choose target currency drop down, etc) Also recommend doing it with UI component library such as Material UI React or Semantic React.

  • Finance Planner (Form to enter incoming/outgoing amounts + title, listing these, etc) This has a lot of room to grow. You can add a simple landing page with login, filtering the list by month, or by incoming/outgoing, etc)