[go: up one dir, main page]

0% found this document useful (0 votes)
19 views4 pages

Basic Web

The document provides a collection of resources and instructions for web development, including links to tools for generating colors, gradients, and CSS effects. It outlines steps for installing React and Vite, as well as basic Git commands for version control. Additionally, it includes snippets for creating React components and using Excel functions.

Uploaded by

sp729710
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views4 pages

Basic Web

The document provides a collection of resources and instructions for web development, including links to tools for generating colors, gradients, and CSS effects. It outlines steps for installing React and Vite, as well as basic Git commands for version control. Additionally, it includes snippets for creating React components and using Excel functions.

Uploaded by

sp729710
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

COLOR HUNT IS A WEB OF A COLOR PIC

BUTTON.SCC
CUSTOM BORDER
typed.js cdn use to type a text
https://mycolor.space/ this website is use a to genrate a linear gredient color
https://uigradients.com/#Passion this website is use a to genrate a linear gredient
color
https://getcssscan.com/css-box-shadow-examples get box shedow
pixcap this site provide a small img1
css clip path to provide a different type of shape path like pentagone hexagone etc
link https://bennettfeely.com/clippy/
https://fffuel.co/ this link will open a bag design in 3d
https://uiverse.io/ website to use element

tilt js is a website to go a and create a tilt effect


1. use a jqurey cdn
2. tilt js cdn
3. scrift.js

alt+D SHIFT+d copy in bleander\


ctrl+p perenting

react install..............

1. node -v npm ki alawa npx use kar sakte he


2. npm -v
3. npm i -g create-react-app
4. create-react-app -v
5. create-react-app -version
6. create-react-app project_1
7. cd project_1
8. npm run start/npm run

vite + react install..............


1. npm create vite@latest
2. yes
3. project name ......
4. react arrow key..
5. js
6. cd first latter of project and press a tab
7. npm install
8. npm run dev
9. react me npm run start
10. ctrl click a link

file appjsx{

{
function App(){
return (
< this like a div use multiple element>
<h1>hello</h1>
</>
)
}
export default App;
}

export default function App(){


return (
< this like a div use multiple element>
<h1>hello</h1>
</>
)
}

}
mainjsx
cjs
git
lock
json
config.js
package

git .......................................
ls
git init
ls -lart
git status
git add hello.txt
git rm --cached file name
git commit -m "new text"
git log to commit show

git config --global user.email "mail"


git config --local user.email "mail"
git config --local user.name
git config --local user.email

git checkout

git switch -
react thapa

rafec shortcut of creat a boilerplate of function component

"emmet.includeLanguages":{"javascript" : "javascriptreact"}, this past in vscode


to use a snnipit of jav script

cmd npm npm i json-server --global


use to install local server

\src> json-server .\file-name --port=....


Set-ExecutionPolicy Unrestricted
Get-ExecutionPolicy

xl /////////////////////////////////////////////
16384 colum
alt h o i
ALT =
alt a t
FOUR loop function
IF - =IF(logic,"true","false") single logic pass

IF AND - =IF(AND(logic,logic,logic),"true","false")

IF OR - =IF(AND(logic,logic,logic),"true","false")

IF IF - =IF(logic,"true","false" ,IF(IF(IF)))

Wrap text shortcut alt+enter

go a formate option and select cell and custum and press a genral delet and press
alt+7 to add
a bullet point
=char(149)
=char(149)&" "& cell name

fill multiple blanck space in one click to select a teble and press ctrl+g and
write a text and press ctrl+enter

blanck space marge option

backend /,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
type nul>script.js
node script.js

module.exports.var ="kkkkk"
const a= require("./file name ")

You might also like