May 21, 2025 · 3 min read · 🚀 My React Learning Journey Begins! Heyy Everyone! I’m Manya Mehta, a passionate learner currently diving into the world of frontend development - and i just started learning React JS! What is React? React is a Javascript library which is created by...
Join discussion
Sep 2, 2024 · 9 min read · Creating a Firebase project and database can be overwhelming for beginners because it involves multiple steps. So, I will break down the process into three simple steps and include important images for each step. ➡ Step 1: Setting up a Firebase proje...
AAurelian commented
Sep 2, 2024 · 3 min read · When learning React for the first time, developers might have to convince themselves why they are learning another JavaScript library! Questions like the following may arise: 🙋 What can React do that native JavaScript cannot? ✅ React enhances JavaSc...
Join discussion
Sep 2, 2024 · 6 min read · This post will explore how to scaffold a basic React app for our ToDo application. We will add functionality that allows users to add a new task to the list. We will not connect our app to the Google Firebase database at this stage. We will use a fro...
Join discussion
Sep 2, 2024 · 4 min read · In this part of the series (Part 4), we will add a delete function so users can remove tasks. Next to each task, we will add a delete button that can be used to delete a specific task. We will also add a pre-delete confirmation to prevent accidental ...
Join discussion
Sep 2, 2024 · 5 min read · In the last part of the series (Part 2), we added a feature for adding tasks and input validation. In this part, we will update our App.jsx file to add two more functionalities: toggleTaskDone and sort. When the user clicks on a task to mark it as co...
Join discussion