https://github.com/younusaliakash/home-fix-agency-client-site
A plumbing service agency project font-end. The project allows a client to generally order any service from their homepage. You can make an account. can pay You will see the past orders.
https://github.com/younusaliakash/home-fix-agency-client-site
css firebase react-icons react-router reactjs
Last synced: 2 months ago
JSON representation
A plumbing service agency project font-end. The project allows a client to generally order any service from their homepage. You can make an account. can pay You will see the past orders.
- Host: GitHub
- URL: https://github.com/younusaliakash/home-fix-agency-client-site
- Owner: younusaliakash
- Created: 2021-04-27T16:10:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T16:10:47.000Z (about 4 years ago)
- Last Synced: 2025-02-01T05:23:55.727Z (4 months ago)
- Topics: css, firebase, react-icons, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# __Home Fix__
Live Link: https://homefix-service-acency.web.app/## **_Website features_** :
> Home Page has total 8 Section.
> 2 Dynamaic Section (Services and Testimonials) . User will place order by clicking Get Service.
> User Dashboard . User will see order history,Order status, and write review about the services from User Dashboard.
> Admin Dashboard. Admin will see total orders,manage orders, add new service, remove service and make new admin from this dashboard.> User authentication and payment system.
## **_Usage Function_** :
1. Hooks
* useEffect()
```js
useEffect(() =>{
fetch("url")
.then((response) => response.json())
.then( data => setData(data))
},[])
```
* useState()
```js
const [name, setName] = useState([])
```
* useParams()
```js
const {id} = useParams()
```
2. React Router
* Router
* Route
* Switch
* Link3. Authentication System (Using Firebase)
* Create account by Email and Password
* Log in Using social Provider
* Log in using exiting email and password.4. CRUD (Using MongoDB)
| Thank you very much. |
| ------------- |