A free online survey management platform which is easy to use and get data from the people on various topics.
- Clone the repository using command:
git clone https://github.com/justEhmadSaeed/survey-lit.git
- Install necessary NPM packages using command
npm install
- Create Firebase account here https://firebase.google.com/
- Create a new web project and enable Google and Email authentication
- Create a Firestore database using the schema in root dirextory
- Go to project settings in Firebase and copy API keys
- Create a file named
.env
- Copy the contents of
example.env
and paste them into.env
- Replace you API keys
- Start React server by using command
npm start
- The development server would start running on
localhost:3000
- Make Your Changes and Enjoy :)
- Ehmad Saeed https://github.com/justEhmadSaeed
- Zaeema Anwar https://github.com/theZaeemaAnwar