Culture Interactive Error In Code: Ui Is note Responsive. Many Dependencies Is Installed But Never Used. React is a single-page application but our project page is refreshed. Add the account is work but the data storing time page is refreshed Also Deleting time refreshed. Only Account Added and project add functionality are mentioned. In signup and login, functionality is mentioned but not stored data in firestore. Also, Contributor details are note added. In code, most of the code is hardcoded not soft coded. Folder Structure: public 📂 👇 index.html 📂 👇 All HTML header section details are available here. 👉 Google F...
React Js Start React Js Introduction React, sometimes referred to as a frontend JavaScript framework, is a JavaScript library created by Facebook. React is a tool for building UI components. How to set up react js environment in my system? 1 . Go to the website 👉 https://nodejs.org/en/ . 2 . Click to Download Current latest feature. 3. next go to the system Downloads then click on the download file. 4. then windows this type of screen shows: then click to Next. 5. Tike the accept term and condition checkbox and click Next. 6. Select The diaractery path and click on Next. 7. Click on Next. 8. Click on Next. 9. Click on Install. 10. Windows by default ask permission. click yes. 11. All package installing processes start. 12. Click on Finish. Congrats 👋 You have successfully installed node js on your PC. How to Check Node Js install or not on PC? 1. Open CMD And type Following Command; 👉 node --version => v17.0.1 👉 npm -...
Todo App (React ) Step 1: First create a project using create project comments -->create-react-app project_name Step 2: Next Open the live Server Means NPM servers -->npm start Step 3: Open your editors (ex: VS code)-->code . Step 3: Create a Firebase Project REfer Firebase Documentation Step 4: Delete the Unuse Files Step 5: Code For App.js:- import React , { useState , useEffect } from 'react' ; import Todo from './Todo' ; import { Button , FormControl , Input , InputLabel } from '@material-ui/core' ; import './App.css' ; import db from './firebase' ; import firebase from 'firebase' ; function App () { const [ todos , setTodos ] = useState ([]); const [ input , setInput ] = useState ( ''...
Comments
Post a Comment