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
- Host: GitHub
- URL: https://github.com/thezaeemaanwar/google-forms-clone
- Owner: thezaeemaanwar
- Created: 2022-01-17T11:23:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T07:30:01.000Z (over 3 years ago)
- Last Synced: 2023-03-06T08:56:39.079Z (over 3 years ago)
- Topics: firebase-, firestore-database, react, tailwindcss
- Language: JavaScript
- Homepage: https://google-forms-clone-by-zaeemaanwwar.netlify.app/
- Size: 1.58 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.