When to start using css framework

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

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

    A basic interview portal with authentication using PHP, MySQL, Bootstrap and jQuery.

    For Sass, start here: https://sass-lang.com/guide - If you want to learn the basics of Bootstrap, just follow some examples and do some basic stuff with like recreate your login form that you already created with your own CSS. From there, recreate one of your projects like your interactive quiz game. Here's an Interview Board application I built a few years back to track interviews: https://github.com/adamlmiller/interview-board - I have 20+ years experience, this was just something I did to help someone like you that needed some assistance and I just ran with it.

  • Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

    Any CSS framework is going to have quirks or changes that you will want to make one of the biggest is color scheme. All CSS frameworks come with a default color scheme however to stand out and brand it, you will want to change those colors. This is typically done using SCSS or SASS syntax. The most basic and easiest CSS framework to learn in my opinion is Bootstrap originally created by developers from Twitter and probably still the most widely use CSS framework. Check it out at https://getbootstrap.com.

  • 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.

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