Skip to content

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.

Notifications You must be signed in to change notification settings

younusaliakash/home-fix-agency-client-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
    useEffect(() =>{
        fetch("url")
        .then((response) => response.json())
        .then( data => setData(data))
    },[])
    • useState()
    const [name, setName] = useState([])
    • useParams()
    const {id} = useParams()
  2. React Router

    • Router
    • Route
    • Switch
    • Link
  3. 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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published