Skip to content

prateek883/google-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm start

Open http://localhost:3000 to view it in the browser.

Reactjs :-

It is a Javascript library for building UI and SPA .It was developed by Facebook.

Create a React App in 5 min :-

Create Folder for the React App. Run below code in Temrinal.

npx create-react-app [app-name]

After the installation run

cd [app-name]

Finally run

npm start

Why to Choose Firebase ?

Firebase allows you to do almost everything AWS you to. It's 1000X easier than AWS. It can have a hybrid database, scales so well, lightning fast & you can build CRUD functionality within minutes. You don't need a back end like node.js for firebase project.

Firebase Service :-

Real-time Database. Google Analytics. Authentication. Hosting. Cloud Storage. and many more....

Advantages of using firebase :-

Easy to setup. Update in rel-time. Zero Learning-Curve. Build Full backends.

image

image