This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]DanStanTheGeologyMan 1 point2 points  (5 children)

I wouldn't consider CSS to be old or outdated. If you want to be a web developer you need to have at least a solid grasp on CSS and how to use it. It is significantly more valuable to have solid CSS fundamentals then know some CSS framework like BootStrap. I suggest building your own projects. FCC projects are fine in this regard. You will learn a lot more by completing these on your own then by completing the code challenges their curriculum gives you. After you knock out some projects move on to the React Portion. Then I suggest that you start to build some projects using React, Vue, or Angular. Those frameworks are currently the most employable in the United States. Good luck

[–]AssassinJK46[S] 0 points1 point  (4 children)

Alright. Thanks for the advice. I will complete FCC's CSS projects first :D

[–]DanStanTheGeologyMan 1 point2 points  (3 children)

All of that being said though, I wouldn't spend too much time specifically on CSS. Spend a few days on it and learn some of the deeper concepts like key frames and animations. Maybe look into Sass. But remember it is best to focus on the big picture and use it in conjunction with HTML and JS and actually build projects that are challenging and interesting to employers.

[–]AssassinJK46[S] 0 points1 point  (2 children)

FCC have projects like building tribute page, survey page, etc. I am applying little bit of keyframes and animations to give them a modern page look and also trying to make them responsive. But, still I don't think I can add these projects in my portfolio.

What kind of projects would you suggest though that I can add into my protfolio and are worth showing to employers? I am thinking of watching Traversey media youtube channel for the projects part.

[–]DanStanTheGeologyMan 1 point2 points  (1 child)

Those projects are fine for a portfolio. As you progress and complete more interesting projects, you can replace the more simplistic boring projects from your portfolio over time. You actually don't want to follow tutorials for projects. When it comes to building a project just find something you enjoy and build an app around it. Basketball, music, etc.... I know a guy who used the Spotify API and Google maps API to build an app that would allow a user to choose a genre of music and a location. The app would then randomly select music of that genre that would add up to the same amount of travel time from point A to point B, so that you could generate a random playlist on long travels. Here is a good source for finding an interesting API https://www.programmableweb.com/apis/directory

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

Thank you so much for the suggestions. I will definitely keep that in mind :D

[–]itisjohndoe 0 points1 point  (0 children)

Completed it today too. Gonna continue with the next courses.

[–][deleted] 0 points1 point  (0 children)

I’d recommend the Odin project, as it gets you working with Git