What I Learned From Project Collaboration With The Collab Lab

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • react-bootstrap

    Bootstrap components built with React

  • We have to style our app as our last task. To keep a simple styling, we agreed to use a CSS framework instead of vanilla CSS. Our choice goes to React-Bootstrap with Bootstrap v5.0. We chose it because the documentation is clearer and it has many resources.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • It's not that I'm learning this for the first time. But I'm getting much more comfortable using git and GitHub. We learned how to write a good pull request and how to use the comment section for communication. We also learned (in a hard way) that we better avoid any command using --force 😆.

  • 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
  • quickstart-android

    Firebase Quickstart Samples for Android

  • My team's task for the first week was setting up Firebase. Then we had to connect the Firebase with React to add and get data from the database.

  • lighthouse

    Automated auditing, performance metrics, and best practices for the web.

  • We have to make our app as accessible as we could. As I want to dive more into accessibility, this is a great opportunity for me to learn more about it by doing. I used WAVE, Lighthouse, Axe DevTools, and NVDA to audit the accessibility. And I learned so much about it!

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