We all know that it is very irritating or sometimes very difficult for us to find a plumber or a electrician or a maid or many more working professionals on time in our nearby areas.To resolve this problem we are representing our App Fixit.
DEMO Video --> : FIXIT
Project for DSC Solution Challenge 2021
Any valid user can login in their app and they can add some known working professionals in their list,and they will appeae in the app.
Front Page | Login Page |
Registration Page | Login Page |
The working of this aap is very easy and It is also very easy for Any consumer to make contacts with working professionals and get their services at home in very less amount without any problem!
Register Here | Contact Details | Listing Screen |
It will help consumer to directly contact the person with their own , it will be easy for consumers to contact for their service and it will also help for worker to get their work and make their economic growth.
AFTER SEEING RATING WE CAN CHOOSE BEST WORKING PROESSIONALS FOR OUR REQUIREMENT
-
GOOGLE TECHNOLOGIES
-
Other technologies
Running the project locally:
First of all, install the dependencies by running the following command in "frontend functions" directories
code
First go to the Frontend Directory
cd frontend
Then give this command
npm install
npm start
Then, in the "backend/functions" directory, start the backend server using the following command:
First go to Backend Directory
cd backend
npm install nodemon
npm index.js
Pull requests / bug reports are welcome :)
Please refer to the project's style and naming conventions for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
Fork the repo on GitHub Clone the project to your own machine Commit changes to your own branch Push your work back up to your fork Submit a Pull request so that we can review your changes NOTE: Be sure to merge the latest from "upstream" before making a pull request!