This is an attempt of creating google forms clone using React.js and Firebase.
To clone the repository, run the command
git clone https://github.com/thezaeemaanwar/google-forms-clone
To install the dependencies, run
npm install
OR
yarn install
Based on whichever package manager suits you
- Create an account on firebase, if already, create a web project.
- Copy all the keys from the firebase project config.
- Create a file with name
.env
in the root directory - Copy the contents of
.env.example
and paste into.env
file. - Replace all the keys with your keys obtained by firebase
To start the development server, run
npm start
OR
yarn start
Whichever you used before for installing dependencies.