thezaeemaanwar / google-forms-clone

A clone of Google Forms using all good practices of industrial standard

Home Page:https://google-forms-clone-by-zaeemaanwwar.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Forms Clone

This is an attempt of creating google forms clone using React.js and Firebase.

Getting Started

1. Clone the repository:

To clone the repository, run the command

git clone https://github.com/thezaeemaanwar/google-forms-clone

2. Install the dependencies:

To install the dependencies, run

npm install

OR

yarn install

Based on whichever package manager suits you

3. Set up Firebase:

  • Create an account on firebase, if already, create a web project.
  • Copy all the keys from the firebase project config.

4. Set Up environment variables:

  • 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

5. Start the development Server:

To start the development server, run

npm start

OR

yarn start

Whichever you used before for installing dependencies.

About

A clone of Google Forms using all good practices of industrial standard

https://google-forms-clone-by-zaeemaanwwar.netlify.app/


Languages

Language:JavaScript 91.0%Language:CSS 7.2%Language:HTML 1.5%Language:Shell 0.3%