Is it effective to start learning Full-Stack Web Development from freeCodeCamp?

Hello, I want to learn full-stack web development for building my final year project. My project will be a web application, a daily productivity tool. The web application features will be,

  1. Note Taking
  2. To-do List Creation
  3. Other Daily Productivity Features that can be easily implemented

I’ve basic knowledge of programming concepts in C++. Now I want to learn from freeCodeCamp’s Core Curriculum.

Will completing the first six courses be enough to make my project? What order should I learn, if I’ve six months to build my project?

Please give me some guidelines so that I can learn and make my project properly.

Hello!

It can be, especially the first two courses will give you a good foundation.
Be aware that the relational db course is currently under construction and some parts of the front-end course are outdated. Especially with React you are better off learning from their official docs: Quick Start – React

I would recommend: HTML/CSS/JS basics from fCC, get a good grip on JavaScript, then React and from there to Next.js, a full-stack framework which will provide you with most of what you need for your project.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.