What do I need to land my first job as a junior/entry level developer in 2023?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • staff-holiday-tracker

  • Do you think thisproject im doing will be a worthwhile portfolio peace? Been learning 1.5 years now! Spending so much time on this, it’s beginning to get really difficult but using it for a main portfolio peace is my inspiration

  • prettier

    Prettier is an opinionated code formatter.

  • The rest of the markup - personally, I think 2 space indent is industry standard for a good reason - with 4 spaces things get floaty real quick. Regardless, I highly, highly suggest using ESLint with Prettier. Not only is it industry standard, but it really isn't hard to set them both up and once set up it will save you many hours no matter what you are coding. For example, you can install AirBnB's config through NPM, install it by adding it to your .eslintrc file, and run prettier -w . and in a couple of minutes go from a project with arbitrary and unenforced style to a project completely formatted to perfectly match a major company's style guide.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • TW-Elements

    𝙃π™ͺπ™œπ™š collection of Tailwind MIT licensed (free) components, sections and templates 😎

  • My recommendation would be to learn using design systems and UI Kits that take care of it for you right away. My choice would be MDBootstrap React for Bootstrap, and Tailwind Elements for Tailwind.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts