An open API service indexing awesome lists of open source software.

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

A clone of Google Forms using all good practices of industrial standard
https://github.com/thezaeemaanwar/google-forms-clone

firebase- firestore-database react tailwindcss

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.